@contextplusplus/core 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/application/cache/key.d.ts +21 -0
- package/dist/application/cache/key.d.ts.map +1 -0
- package/dist/application/cache/key.js +110 -0
- package/dist/application/cache/key.js.map +1 -0
- package/dist/application/cache/ttl.d.ts +2 -0
- package/dist/application/cache/ttl.d.ts.map +1 -0
- package/dist/application/cache/ttl.js +13 -0
- package/dist/application/cache/ttl.js.map +1 -0
- package/dist/application/config/provider-policy-schema.d.ts +69 -0
- package/dist/application/config/provider-policy-schema.d.ts.map +1 -0
- package/dist/application/config/provider-policy-schema.js +49 -0
- package/dist/application/config/provider-policy-schema.js.map +1 -0
- package/dist/application/ports/api-key-service.d.ts +49 -0
- package/dist/application/ports/api-key-service.d.ts.map +1 -0
- package/dist/application/ports/api-key-service.js +10 -0
- package/dist/application/ports/api-key-service.js.map +1 -0
- package/dist/application/ports/artifact-store.d.ts +26 -0
- package/dist/application/ports/artifact-store.d.ts.map +1 -0
- package/dist/application/ports/artifact-store.js +11 -0
- package/dist/application/ports/artifact-store.js.map +1 -0
- package/dist/application/ports/auth-service.d.ts +38 -0
- package/dist/application/ports/auth-service.d.ts.map +1 -0
- package/dist/application/ports/auth-service.js +10 -0
- package/dist/application/ports/auth-service.js.map +1 -0
- package/dist/application/ports/billing-service.d.ts +84 -0
- package/dist/application/ports/billing-service.d.ts.map +1 -0
- package/dist/application/ports/billing-service.js +32 -0
- package/dist/application/ports/billing-service.js.map +1 -0
- package/dist/application/ports/cache-service.d.ts +45 -0
- package/dist/application/ports/cache-service.d.ts.map +1 -0
- package/dist/application/ports/cache-service.js +50 -0
- package/dist/application/ports/cache-service.js.map +1 -0
- package/dist/application/ports/config-service.d.ts +109 -0
- package/dist/application/ports/config-service.d.ts.map +1 -0
- package/dist/application/ports/config-service.js +286 -0
- package/dist/application/ports/config-service.js.map +1 -0
- package/dist/application/ports/kernel-browser-service.d.ts +25 -0
- package/dist/application/ports/kernel-browser-service.d.ts.map +1 -0
- package/dist/application/ports/kernel-browser-service.js +10 -0
- package/dist/application/ports/kernel-browser-service.js.map +1 -0
- package/dist/application/ports/local-extractor.d.ts +34 -0
- package/dist/application/ports/local-extractor.d.ts.map +1 -0
- package/dist/application/ports/local-extractor.js +11 -0
- package/dist/application/ports/local-extractor.js.map +1 -0
- package/dist/application/ports/markdown-renderer.d.ts +24 -0
- package/dist/application/ports/markdown-renderer.d.ts.map +1 -0
- package/dist/application/ports/markdown-renderer.js +11 -0
- package/dist/application/ports/markdown-renderer.js.map +1 -0
- package/dist/application/ports/metrics-service.d.ts +114 -0
- package/dist/application/ports/metrics-service.d.ts.map +1 -0
- package/dist/application/ports/metrics-service.js +269 -0
- package/dist/application/ports/metrics-service.js.map +1 -0
- package/dist/application/ports/observability-breadcrumbs.d.ts +20 -0
- package/dist/application/ports/observability-breadcrumbs.d.ts.map +1 -0
- package/dist/application/ports/observability-breadcrumbs.js +14 -0
- package/dist/application/ports/observability-breadcrumbs.js.map +1 -0
- package/dist/application/ports/outbound-http.d.ts +44 -0
- package/dist/application/ports/outbound-http.d.ts.map +1 -0
- package/dist/application/ports/outbound-http.js +35 -0
- package/dist/application/ports/outbound-http.js.map +1 -0
- package/dist/application/ports/provider-catalog.d.ts +12 -0
- package/dist/application/ports/provider-catalog.d.ts.map +1 -0
- package/dist/application/ports/provider-catalog.js +10 -0
- package/dist/application/ports/provider-catalog.js.map +1 -0
- package/dist/application/ports/provider-registry.d.ts +35 -0
- package/dist/application/ports/provider-registry.d.ts.map +1 -0
- package/dist/application/ports/provider-registry.js +119 -0
- package/dist/application/ports/provider-registry.js.map +1 -0
- package/dist/application/ports/url-safety-service.d.ts +13 -0
- package/dist/application/ports/url-safety-service.d.ts.map +1 -0
- package/dist/application/ports/url-safety-service.js +11 -0
- package/dist/application/ports/url-safety-service.js.map +1 -0
- package/dist/application/ports/usage-service.d.ts +234 -0
- package/dist/application/ports/usage-service.d.ts.map +1 -0
- package/dist/application/ports/usage-service.js +10 -0
- package/dist/application/ports/usage-service.js.map +1 -0
- package/dist/application/scheduling/provider-scheduler.d.ts +16 -0
- package/dist/application/scheduling/provider-scheduler.d.ts.map +1 -0
- package/dist/application/scheduling/provider-scheduler.js +82 -0
- package/dist/application/scheduling/provider-scheduler.js.map +1 -0
- package/dist/application/scheduling/throughput-controller.d.ts +20 -0
- package/dist/application/scheduling/throughput-controller.d.ts.map +1 -0
- package/dist/application/scheduling/throughput-controller.js +30 -0
- package/dist/application/scheduling/throughput-controller.js.map +1 -0
- package/dist/application/workflows/_cache-summary.d.ts +3 -0
- package/dist/application/workflows/_cache-summary.d.ts.map +1 -0
- package/dist/application/workflows/_cache-summary.js +17 -0
- package/dist/application/workflows/_cache-summary.js.map +1 -0
- package/dist/application/workflows/authenticated-process-run.d.ts +43 -0
- package/dist/application/workflows/authenticated-process-run.d.ts.map +1 -0
- package/dist/application/workflows/authenticated-process-run.js +122 -0
- package/dist/application/workflows/authenticated-process-run.js.map +1 -0
- package/dist/application/workflows/execute-strategy.d.ts +35 -0
- package/dist/application/workflows/execute-strategy.d.ts.map +1 -0
- package/dist/application/workflows/execute-strategy.js +128 -0
- package/dist/application/workflows/execute-strategy.js.map +1 -0
- package/dist/application/workflows/process-run.d.ts +14 -0
- package/dist/application/workflows/process-run.d.ts.map +1 -0
- package/dist/application/workflows/process-run.js +423 -0
- package/dist/application/workflows/process-run.js.map +1 -0
- package/dist/application/workflows/provider-batch-dispatcher.d.ts +65 -0
- package/dist/application/workflows/provider-batch-dispatcher.d.ts.map +1 -0
- package/dist/application/workflows/provider-batch-dispatcher.js +359 -0
- package/dist/application/workflows/provider-batch-dispatcher.js.map +1 -0
- package/dist/application/workflows/render-result.d.ts +5 -0
- package/dist/application/workflows/render-result.d.ts.map +1 -0
- package/dist/application/workflows/render-result.js +13 -0
- package/dist/application/workflows/render-result.js.map +1 -0
- package/dist/application/workflows/resolve-request.d.ts +10 -0
- package/dist/application/workflows/resolve-request.d.ts.map +1 -0
- package/dist/application/workflows/resolve-request.js +26 -0
- package/dist/application/workflows/resolve-request.js.map +1 -0
- package/dist/domain/error-envelope.d.ts +11 -0
- package/dist/domain/error-envelope.d.ts.map +1 -0
- package/dist/domain/error-envelope.js +79 -0
- package/dist/domain/error-envelope.js.map +1 -0
- package/dist/domain/error-mapping.d.ts +138 -0
- package/dist/domain/error-mapping.d.ts.map +1 -0
- package/dist/domain/error-mapping.js +143 -0
- package/dist/domain/error-mapping.js.map +1 -0
- package/dist/domain/errors.d.ts +365 -0
- package/dist/domain/errors.d.ts.map +1 -0
- package/dist/domain/errors.js +258 -0
- package/dist/domain/errors.js.map +1 -0
- package/dist/domain/ids.d.ts +14 -0
- package/dist/domain/ids.d.ts.map +1 -0
- package/dist/domain/ids.js +12 -0
- package/dist/domain/ids.js.map +1 -0
- package/dist/domain/json.d.ts +8 -0
- package/dist/domain/json.d.ts.map +1 -0
- package/dist/domain/json.js +10 -0
- package/dist/domain/json.js.map +1 -0
- package/dist/domain/provider.d.ts +93 -0
- package/dist/domain/provider.d.ts.map +1 -0
- package/dist/domain/provider.js +5 -0
- package/dist/domain/provider.js.map +1 -0
- package/dist/domain/request.d.ts +43 -0
- package/dist/domain/request.d.ts.map +1 -0
- package/dist/domain/request.js +45 -0
- package/dist/domain/request.js.map +1 -0
- package/dist/domain/response-envelope.d.ts +11 -0
- package/dist/domain/response-envelope.d.ts.map +1 -0
- package/dist/domain/response-envelope.js +5 -0
- package/dist/domain/response-envelope.js.map +1 -0
- package/dist/domain/result.d.ts +258 -0
- package/dist/domain/result.d.ts.map +1 -0
- package/dist/domain/result.js +136 -0
- package/dist/domain/result.js.map +1 -0
- package/dist/domain/scopes.d.ts +35 -0
- package/dist/domain/scopes.d.ts.map +1 -0
- package/dist/domain/scopes.js +51 -0
- package/dist/domain/scopes.js.map +1 -0
- package/dist/domain/service-ids.d.ts +2 -0
- package/dist/domain/service-ids.d.ts.map +1 -0
- package/dist/domain/service-ids.js +7 -0
- package/dist/domain/service-ids.js.map +1 -0
- package/dist/infrastructure/artifacts/filesystem-artifact-store.d.ts +6 -0
- package/dist/infrastructure/artifacts/filesystem-artifact-store.d.ts.map +1 -0
- package/dist/infrastructure/artifacts/filesystem-artifact-store.js +146 -0
- package/dist/infrastructure/artifacts/filesystem-artifact-store.js.map +1 -0
- package/dist/infrastructure/auth/api-key-service-live.d.ts +34 -0
- package/dist/infrastructure/auth/api-key-service-live.d.ts.map +1 -0
- package/dist/infrastructure/auth/api-key-service-live.js +217 -0
- package/dist/infrastructure/auth/api-key-service-live.js.map +1 -0
- package/dist/infrastructure/auth/supabase-auth-live.d.ts +56 -0
- package/dist/infrastructure/auth/supabase-auth-live.d.ts.map +1 -0
- package/dist/infrastructure/auth/supabase-auth-live.js +241 -0
- package/dist/infrastructure/auth/supabase-auth-live.js.map +1 -0
- package/dist/infrastructure/billing/stripe-billing-live.d.ts +73 -0
- package/dist/infrastructure/billing/stripe-billing-live.d.ts.map +1 -0
- package/dist/infrastructure/billing/stripe-billing-live.js +296 -0
- package/dist/infrastructure/billing/stripe-billing-live.js.map +1 -0
- package/dist/infrastructure/cache/filesystem-live.d.ts +4 -0
- package/dist/infrastructure/cache/filesystem-live.d.ts.map +1 -0
- package/dist/infrastructure/cache/filesystem-live.js +15 -0
- package/dist/infrastructure/cache/filesystem-live.js.map +1 -0
- package/dist/infrastructure/cache/key.d.ts +2 -0
- package/dist/infrastructure/cache/key.d.ts.map +1 -0
- package/dist/infrastructure/cache/key.js +5 -0
- package/dist/infrastructure/cache/key.js.map +1 -0
- package/dist/infrastructure/cache/keyvalue-live.d.ts +5 -0
- package/dist/infrastructure/cache/keyvalue-live.d.ts.map +1 -0
- package/dist/infrastructure/cache/keyvalue-live.js +181 -0
- package/dist/infrastructure/cache/keyvalue-live.js.map +1 -0
- package/dist/infrastructure/cache/live.d.ts +5 -0
- package/dist/infrastructure/cache/live.d.ts.map +1 -0
- package/dist/infrastructure/cache/live.js +26 -0
- package/dist/infrastructure/cache/live.js.map +1 -0
- package/dist/infrastructure/cache/memory-live.d.ts +3 -0
- package/dist/infrastructure/cache/memory-live.d.ts.map +1 -0
- package/dist/infrastructure/cache/memory-live.js +8 -0
- package/dist/infrastructure/cache/memory-live.js.map +1 -0
- package/dist/infrastructure/cache/redis-live.d.ts +49 -0
- package/dist/infrastructure/cache/redis-live.d.ts.map +1 -0
- package/dist/infrastructure/cache/redis-live.js +351 -0
- package/dist/infrastructure/cache/redis-live.js.map +1 -0
- package/dist/infrastructure/config/env.d.ts +6 -0
- package/dist/infrastructure/config/env.d.ts.map +1 -0
- package/dist/infrastructure/config/env.js +15 -0
- package/dist/infrastructure/config/env.js.map +1 -0
- package/dist/infrastructure/extraction/local-extractor-live.d.ts +5 -0
- package/dist/infrastructure/extraction/local-extractor-live.d.ts.map +1 -0
- package/dist/infrastructure/extraction/local-extractor-live.js +160 -0
- package/dist/infrastructure/extraction/local-extractor-live.js.map +1 -0
- package/dist/infrastructure/http/outbound-http-live.d.ts +27 -0
- package/dist/infrastructure/http/outbound-http-live.d.ts.map +1 -0
- package/dist/infrastructure/http/outbound-http-live.js +597 -0
- package/dist/infrastructure/http/outbound-http-live.js.map +1 -0
- package/dist/infrastructure/http/url-safety-live.d.ts +12 -0
- package/dist/infrastructure/http/url-safety-live.d.ts.map +1 -0
- package/dist/infrastructure/http/url-safety-live.js +187 -0
- package/dist/infrastructure/http/url-safety-live.js.map +1 -0
- package/dist/infrastructure/kernel-browser-live.d.ts +32 -0
- package/dist/infrastructure/kernel-browser-live.d.ts.map +1 -0
- package/dist/infrastructure/kernel-browser-live.js +141 -0
- package/dist/infrastructure/kernel-browser-live.js.map +1 -0
- package/dist/infrastructure/markdown/handlebars-renderer.d.ts +16 -0
- package/dist/infrastructure/markdown/handlebars-renderer.d.ts.map +1 -0
- package/dist/infrastructure/markdown/handlebars-renderer.js +360 -0
- package/dist/infrastructure/markdown/handlebars-renderer.js.map +1 -0
- package/dist/infrastructure/markdown/renderer.d.ts +39 -0
- package/dist/infrastructure/markdown/renderer.d.ts.map +1 -0
- package/dist/infrastructure/markdown/renderer.js +276 -0
- package/dist/infrastructure/markdown/renderer.js.map +1 -0
- package/dist/infrastructure/markdown/scrape-creators-error-formatter.d.ts +7 -0
- package/dist/infrastructure/markdown/scrape-creators-error-formatter.d.ts.map +1 -0
- package/dist/infrastructure/markdown/scrape-creators-error-formatter.js +44 -0
- package/dist/infrastructure/markdown/scrape-creators-error-formatter.js.map +1 -0
- package/dist/infrastructure/markdown/scrape-creators-formatter.d.ts +3 -0
- package/dist/infrastructure/markdown/scrape-creators-formatter.d.ts.map +1 -0
- package/dist/infrastructure/markdown/scrape-creators-formatter.js +434 -0
- package/dist/infrastructure/markdown/scrape-creators-formatter.js.map +1 -0
- package/dist/infrastructure/markdown/value-format.d.ts +7 -0
- package/dist/infrastructure/markdown/value-format.d.ts.map +1 -0
- package/dist/infrastructure/markdown/value-format.js +54 -0
- package/dist/infrastructure/markdown/value-format.js.map +1 -0
- package/dist/infrastructure/observability/breadcrumbs-live.d.ts +4 -0
- package/dist/infrastructure/observability/breadcrumbs-live.d.ts.map +1 -0
- package/dist/infrastructure/observability/breadcrumbs-live.js +27 -0
- package/dist/infrastructure/observability/breadcrumbs-live.js.map +1 -0
- package/dist/infrastructure/observability/otel-live.d.ts +3 -0
- package/dist/infrastructure/observability/otel-live.d.ts.map +1 -0
- package/dist/infrastructure/observability/otel-live.js +35 -0
- package/dist/infrastructure/observability/otel-live.js.map +1 -0
- package/dist/infrastructure/observability/sentry-logger-live.d.ts +2 -0
- package/dist/infrastructure/observability/sentry-logger-live.d.ts.map +1 -0
- package/dist/infrastructure/observability/sentry-logger-live.js +76 -0
- package/dist/infrastructure/observability/sentry-logger-live.js.map +1 -0
- package/dist/infrastructure/observability/sentry.d.ts +60 -0
- package/dist/infrastructure/observability/sentry.d.ts.map +1 -0
- package/dist/infrastructure/observability/sentry.js +303 -0
- package/dist/infrastructure/observability/sentry.js.map +1 -0
- package/dist/infrastructure/providers/catalog-live.d.ts +4 -0
- package/dist/infrastructure/providers/catalog-live.d.ts.map +1 -0
- package/dist/infrastructure/providers/catalog-live.js +79 -0
- package/dist/infrastructure/providers/catalog-live.js.map +1 -0
- package/dist/infrastructure/providers/generic-url/manifest.d.ts +12 -0
- package/dist/infrastructure/providers/generic-url/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/generic-url/manifest.js +344 -0
- package/dist/infrastructure/providers/generic-url/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/_service-helpers.d.ts +28 -0
- package/dist/infrastructure/providers/scrape-creators/_service-helpers.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/_service-helpers.js +36 -0
- package/dist/infrastructure/providers/scrape-creators/_service-helpers.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/_shared.d.ts +35 -0
- package/dist/infrastructure/providers/scrape-creators/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/_shared.js +112 -0
- package/dist/infrastructure/providers/scrape-creators/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/detect-age-gender.d.ts +87 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/detect-age-gender.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/detect-age-gender.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/detect-age-gender.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/manifest.d.ts +136 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/age-gender/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/manifest.d.ts +180 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/profile.d.ts +117 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/profile.js +48 -0
- package/dist/infrastructure/providers/scrape-creators/amazon-shop/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/manifest.d.ts +462 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/post.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/post.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/profile.d.ts +137 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/profile.js +54 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/user-posts.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/user-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/user-posts.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/bluesky/user-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comment-replies.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comment-replies.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comment-replies.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comment-replies.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comments.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comments.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/group-posts.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/group-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/group-posts.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/group-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/manifest.d.ts +1443 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/manifest.js +45 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post-transcript.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post-transcript.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post.d.ts +203 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post.js +77 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-events.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-events.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-events.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-events.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-photos.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-photos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-photos.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-photos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-posts.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-posts.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-reels.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-reels.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-reels.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile-reels.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile.d.ts +105 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile.js +45 -0
- package/dist/infrastructure/providers/scrape-creators/facebook/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-detail.d.ts +119 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-detail.js +49 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-search.d.ts +98 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-search.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/ad-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-ads.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-ads.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-ads.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-ads.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-search.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-search.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/company-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/manifest.d.ts +589 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/manifest.js +27 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-ad-library/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/city-events.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/city-events.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/city-events.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/city-events.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-detail.d.ts +148 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-detail.js +58 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-search.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-search.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/event-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/manifest.d.ts +474 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-events/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/listing-detail.d.ts +136 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/listing-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/listing-detail.js +52 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/listing-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/manifest.d.ts +466 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-location-search.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-location-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-location-search.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-location-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-search.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-search.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/facebook-marketplace/marketplace-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/github/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/github/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/manifest.d.ts +1176 -0
- package/dist/infrastructure/providers/scrape-creators/github/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/manifest.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/github/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/repository.d.ts +79 -0
- package/dist/infrastructure/providers/scrape-creators/github/repository.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/repository.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/github/repository.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-developers.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-developers.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-developers.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-developers.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-repositories.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-repositories.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-repositories.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/github/trending-repositories.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-activity.d.ts +94 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-activity.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-activity.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-activity.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-contributions.d.ts +79 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-contributions.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-contributions.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-contributions.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-followers.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-followers.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-followers.js +62 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-followers.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-following.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-following.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-following.js +62 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-following.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-repositories.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-repositories.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-repositories.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/github/user-repositories.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user.d.ts +134 -0
- package/dist/infrastructure/providers/scrape-creators/github/user.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/github/user.js +57 -0
- package/dist/infrastructure/providers/scrape-creators/github/user.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/google/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/google/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/manifest.d.ts +132 -0
- package/dist/infrastructure/providers/scrape-creators/google/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/google/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/search.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/google/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google/search.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/google/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/ad-detail.d.ts +131 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/ad-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/ad-detail.js +52 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/ad-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/advertiser-search.d.ts +112 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/advertiser-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/advertiser-search.js +52 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/advertiser-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/company-ads.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/company-ads.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/company-ads.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/company-ads.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/manifest.d.ts +482 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/google-ad-library/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/basic-profile.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/basic-profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/basic-profile.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/basic-profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/comments.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/comments.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/embed-html.d.ts +74 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/embed-html.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/embed-html.js +36 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/embed-html.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/highlight-detail.d.ts +103 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/highlight-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/highlight-detail.js +46 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/highlight-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/manifest.d.ts +1796 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/manifest.js +54 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/post.d.ts +138 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/post.js +55 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/posts.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/posts.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/profile.d.ts +134 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/profile.js +57 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/reels.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/reels.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/reels.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/reels.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/search-reels.d.ts +79 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/search-reels.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/search-reels.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/search-reels.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/song-reels.d.ts +124 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/song-reels.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/song-reels.js +50 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/song-reels.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/story-highlights.d.ts +76 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/story-highlights.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/story-highlights.js +37 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/story-highlights.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/transcript.d.ts +76 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/transcript.js +52 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/trending-reels.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/trending-reels.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/trending-reels.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/instagram/trending-reels.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/kick/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/kick/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/clip.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/kick/clip.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/clip.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/kick/clip.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/manifest.d.ts +132 -0
- package/dist/infrastructure/providers/scrape-creators/kick/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/kick/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/kick/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/komi/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/komi/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/manifest.d.ts +196 -0
- package/dist/infrastructure/providers/scrape-creators/komi/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/komi/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/profile.d.ts +134 -0
- package/dist/infrastructure/providers/scrape-creators/komi/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/komi/profile.js +90 -0
- package/dist/infrastructure/providers/scrape-creators/komi/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/manifest.d.ts +164 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/profile.d.ts +107 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/profile.js +46 -0
- package/dist/infrastructure/providers/scrape-creators/linkbio/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company-posts.d.ts +79 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company-posts.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company.d.ts +148 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company.js +59 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/company.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/manifest.d.ts +784 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/manifest.js +30 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post-transcript.d.ts +83 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post-transcript.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post.d.ts +110 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post.js +47 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/profile.d.ts +118 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/profile.js +49 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-detail.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-detail.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-search.d.ts +98 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-search.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/ad-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/manifest.d.ts +279 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/manifest.js +21 -0
- package/dist/infrastructure/providers/scrape-creators/linkedin-ad-library/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/manifest.d.ts +140 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/profile.d.ts +89 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/profile.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/linkme/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/manifest.d.ts +132 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/profile.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/profile.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/linktree/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/manifest.d.ts +216 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/profile.d.ts +149 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/profile.js +96 -0
- package/dist/infrastructure/providers/scrape-creators/pillar/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/board.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/board.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/board.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/board.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/manifest.d.ts +525 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/manifest.js +27 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/pin.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/pin.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/pin.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/pin.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/search.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/search.js +53 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/user-boards.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/user-boards.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/user-boards.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/pinterest/user-boards.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-detail.d.ts +94 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-detail.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-detail.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-detail.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-search.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-search.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/ad-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/manifest.d.ts +1133 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/manifest.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-comments.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-comments.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-transcript.d.ts +98 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-transcript.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/post-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/search.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/search.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-details.d.ts +122 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-details.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-details.js +51 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-details.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-posts.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-posts.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-search.d.ts +98 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-search.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/reddit/subreddit-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/channel-videos.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/channel-videos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/channel-videos.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/channel-videos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/manifest.d.ts +760 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/manifest.js +30 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/search.d.ts +105 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/search.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-comments.d.ts +91 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-comments.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-transcript.d.ts +86 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-transcript.js +56 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video.d.ts +145 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video.js +57 -0
- package/dist/infrastructure/providers/scrape-creators/rumble/video.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/manifest.d.ts +164 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/manifest.js +18 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/profile.d.ts +104 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/profile.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/snapchat/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist-tracks.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist-tracks.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist-tracks.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist-tracks.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist.d.ts +117 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist.js +50 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/artist.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/manifest.d.ts +526 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/track.d.ts +162 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/track.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/track.js +96 -0
- package/dist/infrastructure/providers/scrape-creators/soundcloud/track.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/album.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/album.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/album.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/album.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/artist.d.ts +130 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/artist.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/artist.js +49 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/artist.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/manifest.d.ts +466 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/track.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/track.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/track.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/spotify/track.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/threads/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/threads/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/manifest.d.ts +660 -0
- package/dist/infrastructure/providers/scrape-creators/threads/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/manifest.js +30 -0
- package/dist/infrastructure/providers/scrape-creators/threads/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/post.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/threads/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/post.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/threads/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/profile.d.ts +104 -0
- package/dist/infrastructure/providers/scrape-creators/threads/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/profile.js +45 -0
- package/dist/infrastructure/providers/scrape-creators/threads/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search-users.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search-users.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search-users.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search-users.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/threads/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/user-posts.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/threads/user-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/threads/user-posts.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/threads/user-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/creators-popular.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/creators-popular.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/creators-popular.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/creators-popular.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/hashtags-popular.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/hashtags-popular.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/hashtags-popular.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/hashtags-popular.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/manifest.d.ts +2914 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/manifest.js +80 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-region.d.ts +83 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-region.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-region.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-region.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-videos.d.ts +91 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-videos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-videos.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile-videos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile.d.ts +208 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile.js +82 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-hashtag.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-hashtag.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-hashtag.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-hashtag.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-keyword.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-keyword.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-keyword.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-keyword.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-top.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-top.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-top.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-top.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-users.d.ts +96 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-users.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-users.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/search-users.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song-videos.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song-videos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song-videos.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song-videos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/song.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/trending-feed.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/trending-feed.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/trending-feed.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/trending-feed.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-audience.d.ts +92 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-audience.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-audience.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-audience.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-followers.d.ts +91 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-followers.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-followers.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-followers.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-following.d.ts +111 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-following.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-following.js +48 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-following.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-live.d.ts +84 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-live.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-live.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/user-live.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comment-replies.d.ts +96 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comment-replies.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comment-replies.js +43 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comment-replies.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comments.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comments.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-transcript.d.ts +86 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-transcript.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video.d.ts +210 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video.js +84 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok/video.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/manifest.d.ts +745 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/manifest.js +31 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-details.d.ts +154 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-details.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-details.js +55 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-details.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-reviews.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-reviews.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-reviews.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/product-reviews.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-products.d.ts +90 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-products.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-products.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-products.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-search.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-search.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/shop-search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/user-showcase.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/user-showcase.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/user-showcase.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/tiktok-shop/user-showcase.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/manifest.d.ts +466 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/manifest.js +24 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/post.d.ts +115 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/post.js +48 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/profile.d.ts +114 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/profile.js +49 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/user-posts.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/user-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/user-posts.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/truth-social/user-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/clip.d.ts +106 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/clip.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/clip.js +85 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/clip.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/manifest.d.ts +717 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/manifest.js +27 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/profile.d.ts +129 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/profile.js +51 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-schedule.d.ts +108 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-schedule.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-schedule.js +44 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-schedule.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-videos.d.ts +141 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-videos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-videos.js +55 -0
- package/dist/infrastructure/providers/scrape-creators/twitch/user-videos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community-tweets.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community-tweets.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community-tweets.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community-tweets.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community.d.ts +87 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/community.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/manifest.d.ts +883 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/manifest.js +33 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/profile.d.ts +102 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/profile.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/profile.js +57 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/profile.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/transcript.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/transcript.js +39 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/tweet.d.ts +167 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/tweet.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/tweet.js +66 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/tweet.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/user-tweets.d.ts +85 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/user-tweets.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/user-tweets.js +40 -0
- package/dist/infrastructure/providers/scrape-creators/twitter/user-tweets.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/_shared.d.ts +8 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/_shared.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/_shared.js +16 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/_shared.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-community-posts.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-community-posts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-community-posts.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-community-posts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-lives.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-lives.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-lives.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-lives.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-playlists.d.ts +82 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-playlists.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-playlists.js +38 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-playlists.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-shorts.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-shorts.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-shorts.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-shorts.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-videos.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-videos.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-videos.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel-videos.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel.d.ts +145 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel.js +58 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/channel.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/community-post.d.ts +114 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/community-post.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/community-post.js +47 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/community-post.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/manifest.d.ts +2274 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/manifest.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/manifest.js +60 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/manifest.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/playlist.d.ts +104 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/playlist.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/playlist.js +49 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/playlist.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search-hashtag.d.ts +121 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search-hashtag.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search-hashtag.js +52 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search-hashtag.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search.d.ts +121 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search.js +48 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/search.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/shorts-trending.d.ts +93 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/shorts-trending.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/shorts-trending.js +42 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/shorts-trending.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comment-replies.d.ts +96 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comment-replies.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comment-replies.js +75 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comment-replies.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comments.d.ts +88 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comments.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comments.js +41 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-comments.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-transcript.d.ts +106 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-transcript.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-transcript.js +47 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video-transcript.js.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video.d.ts +152 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video.d.ts.map +1 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video.js +63 -0
- package/dist/infrastructure/providers/scrape-creators/youtube/video.js.map +1 -0
- package/dist/infrastructure/runtime.d.ts +12 -0
- package/dist/infrastructure/runtime.d.ts.map +1 -0
- package/dist/infrastructure/runtime.js +47 -0
- package/dist/infrastructure/runtime.js.map +1 -0
- package/dist/infrastructure/supabase/database.types.d.ts +395 -0
- package/dist/infrastructure/supabase/database.types.d.ts.map +1 -0
- package/dist/infrastructure/supabase/database.types.js +13 -0
- package/dist/infrastructure/supabase/database.types.js.map +1 -0
- package/dist/infrastructure/usage/supabase-usage-live.d.ts +125 -0
- package/dist/infrastructure/usage/supabase-usage-live.d.ts.map +1 -0
- package/dist/infrastructure/usage/supabase-usage-live.js +639 -0
- package/dist/infrastructure/usage/supabase-usage-live.js.map +1 -0
- package/dist/providers/definitions/age-gender/args.d.ts +5 -0
- package/dist/providers/definitions/age-gender/args.d.ts.map +1 -0
- package/dist/providers/definitions/age-gender/args.js +15 -0
- package/dist/providers/definitions/age-gender/args.js.map +1 -0
- package/dist/providers/definitions/age-gender/detect-age-gender/index.d.ts +3 -0
- package/dist/providers/definitions/age-gender/detect-age-gender/index.d.ts.map +1 -0
- package/dist/providers/definitions/age-gender/detect-age-gender/index.js +21 -0
- package/dist/providers/definitions/age-gender/detect-age-gender/index.js.map +1 -0
- package/dist/providers/definitions/age-gender/index.d.ts +15 -0
- package/dist/providers/definitions/age-gender/index.d.ts.map +1 -0
- package/dist/providers/definitions/age-gender/index.js +41 -0
- package/dist/providers/definitions/age-gender/index.js.map +1 -0
- package/dist/providers/definitions/age-gender/types.d.ts +16 -0
- package/dist/providers/definitions/age-gender/types.d.ts.map +1 -0
- package/dist/providers/definitions/age-gender/types.js +5 -0
- package/dist/providers/definitions/age-gender/types.js.map +1 -0
- package/dist/providers/definitions/age-gender/url.d.ts +3 -0
- package/dist/providers/definitions/age-gender/url.d.ts.map +1 -0
- package/dist/providers/definitions/age-gender/url.js +19 -0
- package/dist/providers/definitions/age-gender/url.js.map +1 -0
- package/dist/providers/definitions/amazon-shop/args.d.ts +5 -0
- package/dist/providers/definitions/amazon-shop/args.d.ts.map +1 -0
- package/dist/providers/definitions/amazon-shop/args.js +18 -0
- package/dist/providers/definitions/amazon-shop/args.js.map +1 -0
- package/dist/providers/definitions/amazon-shop/index.d.ts +15 -0
- package/dist/providers/definitions/amazon-shop/index.d.ts.map +1 -0
- package/dist/providers/definitions/amazon-shop/index.js +39 -0
- package/dist/providers/definitions/amazon-shop/index.js.map +1 -0
- package/dist/providers/definitions/amazon-shop/profile/index.d.ts +3 -0
- package/dist/providers/definitions/amazon-shop/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/amazon-shop/profile/index.js +21 -0
- package/dist/providers/definitions/amazon-shop/profile/index.js.map +1 -0
- package/dist/providers/definitions/amazon-shop/types.d.ts +16 -0
- package/dist/providers/definitions/amazon-shop/types.d.ts.map +1 -0
- package/dist/providers/definitions/amazon-shop/types.js +5 -0
- package/dist/providers/definitions/amazon-shop/types.js.map +1 -0
- package/dist/providers/definitions/amazon-shop/url.d.ts +6 -0
- package/dist/providers/definitions/amazon-shop/url.d.ts.map +1 -0
- package/dist/providers/definitions/amazon-shop/url.js +44 -0
- package/dist/providers/definitions/amazon-shop/url.js.map +1 -0
- package/dist/providers/definitions/bluesky/args.d.ts +7 -0
- package/dist/providers/definitions/bluesky/args.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/args.js +29 -0
- package/dist/providers/definitions/bluesky/args.js.map +1 -0
- package/dist/providers/definitions/bluesky/index.d.ts +15 -0
- package/dist/providers/definitions/bluesky/index.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/index.js +49 -0
- package/dist/providers/definitions/bluesky/index.js.map +1 -0
- package/dist/providers/definitions/bluesky/post/index.d.ts +3 -0
- package/dist/providers/definitions/bluesky/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/post/index.js +21 -0
- package/dist/providers/definitions/bluesky/post/index.js.map +1 -0
- package/dist/providers/definitions/bluesky/profile/index.d.ts +3 -0
- package/dist/providers/definitions/bluesky/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/profile/index.js +21 -0
- package/dist/providers/definitions/bluesky/profile/index.js.map +1 -0
- package/dist/providers/definitions/bluesky/types.d.ts +16 -0
- package/dist/providers/definitions/bluesky/types.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/types.js +5 -0
- package/dist/providers/definitions/bluesky/types.js.map +1 -0
- package/dist/providers/definitions/bluesky/url.d.ts +10 -0
- package/dist/providers/definitions/bluesky/url.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/url.js +84 -0
- package/dist/providers/definitions/bluesky/url.js.map +1 -0
- package/dist/providers/definitions/bluesky/user-posts/index.d.ts +3 -0
- package/dist/providers/definitions/bluesky/user-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/bluesky/user-posts/index.js +20 -0
- package/dist/providers/definitions/bluesky/user-posts/index.js.map +1 -0
- package/dist/providers/definitions/facebook/args.d.ts +10 -0
- package/dist/providers/definitions/facebook/args.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/args.js +73 -0
- package/dist/providers/definitions/facebook/args.js.map +1 -0
- package/dist/providers/definitions/facebook/comment-replies/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/comment-replies/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/comment-replies/index.js +24 -0
- package/dist/providers/definitions/facebook/comment-replies/index.js.map +1 -0
- package/dist/providers/definitions/facebook/comments/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/comments/index.js +23 -0
- package/dist/providers/definitions/facebook/comments/index.js.map +1 -0
- package/dist/providers/definitions/facebook/group-posts/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/group-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/group-posts/index.js +24 -0
- package/dist/providers/definitions/facebook/group-posts/index.js.map +1 -0
- package/dist/providers/definitions/facebook/index.d.ts +15 -0
- package/dist/providers/definitions/facebook/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/index.js +70 -0
- package/dist/providers/definitions/facebook/index.js.map +1 -0
- package/dist/providers/definitions/facebook/post/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/post/index.js +21 -0
- package/dist/providers/definitions/facebook/post/index.js.map +1 -0
- package/dist/providers/definitions/facebook/post-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/post-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/post-transcript/index.js +20 -0
- package/dist/providers/definitions/facebook/post-transcript/index.js.map +1 -0
- package/dist/providers/definitions/facebook/profile/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/profile/index.js +24 -0
- package/dist/providers/definitions/facebook/profile/index.js.map +1 -0
- package/dist/providers/definitions/facebook/profile-events/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/profile-events/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/profile-events/index.js +23 -0
- package/dist/providers/definitions/facebook/profile-events/index.js.map +1 -0
- package/dist/providers/definitions/facebook/profile-photos/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/profile-photos/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/profile-photos/index.js +23 -0
- package/dist/providers/definitions/facebook/profile-photos/index.js.map +1 -0
- package/dist/providers/definitions/facebook/profile-posts/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/profile-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/profile-posts/index.js +23 -0
- package/dist/providers/definitions/facebook/profile-posts/index.js.map +1 -0
- package/dist/providers/definitions/facebook/profile-reels/index.d.ts +3 -0
- package/dist/providers/definitions/facebook/profile-reels/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/profile-reels/index.js +23 -0
- package/dist/providers/definitions/facebook/profile-reels/index.js.map +1 -0
- package/dist/providers/definitions/facebook/types.d.ts +16 -0
- package/dist/providers/definitions/facebook/types.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/types.js +5 -0
- package/dist/providers/definitions/facebook/types.js.map +1 -0
- package/dist/providers/definitions/facebook/url.d.ts +22 -0
- package/dist/providers/definitions/facebook/url.d.ts.map +1 -0
- package/dist/providers/definitions/facebook/url.js +204 -0
- package/dist/providers/definitions/facebook/url.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/ad-detail/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-ad-library/ad-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/ad-detail/index.js +24 -0
- package/dist/providers/definitions/facebook-ad-library/ad-detail/index.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/ad-search/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-ad-library/ad-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/ad-search/index.js +34 -0
- package/dist/providers/definitions/facebook-ad-library/ad-search/index.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/args.d.ts +7 -0
- package/dist/providers/definitions/facebook-ad-library/args.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/args.js +44 -0
- package/dist/providers/definitions/facebook-ad-library/args.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/company-ads/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-ad-library/company-ads/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/company-ads/index.js +33 -0
- package/dist/providers/definitions/facebook-ad-library/company-ads/index.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/company-search/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-ad-library/company-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/company-search/index.js +22 -0
- package/dist/providers/definitions/facebook-ad-library/company-search/index.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/index.d.ts +15 -0
- package/dist/providers/definitions/facebook-ad-library/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/index.js +47 -0
- package/dist/providers/definitions/facebook-ad-library/index.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/types.d.ts +16 -0
- package/dist/providers/definitions/facebook-ad-library/types.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/types.js +5 -0
- package/dist/providers/definitions/facebook-ad-library/types.js.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/url.d.ts +11 -0
- package/dist/providers/definitions/facebook-ad-library/url.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-ad-library/url.js +59 -0
- package/dist/providers/definitions/facebook-ad-library/url.js.map +1 -0
- package/dist/providers/definitions/facebook-events/args.d.ts +6 -0
- package/dist/providers/definitions/facebook-events/args.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/args.js +34 -0
- package/dist/providers/definitions/facebook-events/args.js.map +1 -0
- package/dist/providers/definitions/facebook-events/city-events/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-events/city-events/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/city-events/index.js +23 -0
- package/dist/providers/definitions/facebook-events/city-events/index.js.map +1 -0
- package/dist/providers/definitions/facebook-events/event-detail/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-events/event-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/event-detail/index.js +21 -0
- package/dist/providers/definitions/facebook-events/event-detail/index.js.map +1 -0
- package/dist/providers/definitions/facebook-events/event-search/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-events/event-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/event-search/index.js +23 -0
- package/dist/providers/definitions/facebook-events/event-search/index.js.map +1 -0
- package/dist/providers/definitions/facebook-events/index.d.ts +15 -0
- package/dist/providers/definitions/facebook-events/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/index.js +45 -0
- package/dist/providers/definitions/facebook-events/index.js.map +1 -0
- package/dist/providers/definitions/facebook-events/types.d.ts +16 -0
- package/dist/providers/definitions/facebook-events/types.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/types.js +5 -0
- package/dist/providers/definitions/facebook-events/types.js.map +1 -0
- package/dist/providers/definitions/facebook-events/url.d.ts +9 -0
- package/dist/providers/definitions/facebook-events/url.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-events/url.js +54 -0
- package/dist/providers/definitions/facebook-events/url.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/args.d.ts +5 -0
- package/dist/providers/definitions/facebook-marketplace/args.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/args.js +26 -0
- package/dist/providers/definitions/facebook-marketplace/args.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/index.d.ts +15 -0
- package/dist/providers/definitions/facebook-marketplace/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/index.js +45 -0
- package/dist/providers/definitions/facebook-marketplace/index.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/listing-detail/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-marketplace/listing-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/listing-detail/index.js +21 -0
- package/dist/providers/definitions/facebook-marketplace/listing-detail/index.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-location-search/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-location-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-location-search/index.js +22 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-location-search/index.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-search/index.d.ts +3 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-search/index.js +36 -0
- package/dist/providers/definitions/facebook-marketplace/marketplace-search/index.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/types.d.ts +16 -0
- package/dist/providers/definitions/facebook-marketplace/types.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/types.js +5 -0
- package/dist/providers/definitions/facebook-marketplace/types.js.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/url.d.ts +8 -0
- package/dist/providers/definitions/facebook-marketplace/url.d.ts.map +1 -0
- package/dist/providers/definitions/facebook-marketplace/url.js +58 -0
- package/dist/providers/definitions/facebook-marketplace/url.js.map +1 -0
- package/dist/providers/definitions/github/args.d.ts +8 -0
- package/dist/providers/definitions/github/args.d.ts.map +1 -0
- package/dist/providers/definitions/github/args.js +51 -0
- package/dist/providers/definitions/github/args.js.map +1 -0
- package/dist/providers/definitions/github/index.d.ts +15 -0
- package/dist/providers/definitions/github/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/index.js +67 -0
- package/dist/providers/definitions/github/index.js.map +1 -0
- package/dist/providers/definitions/github/repository/index.d.ts +3 -0
- package/dist/providers/definitions/github/repository/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/repository/index.js +21 -0
- package/dist/providers/definitions/github/repository/index.js.map +1 -0
- package/dist/providers/definitions/github/trending-developers/index.d.ts +3 -0
- package/dist/providers/definitions/github/trending-developers/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/trending-developers/index.js +25 -0
- package/dist/providers/definitions/github/trending-developers/index.js.map +1 -0
- package/dist/providers/definitions/github/trending-repositories/index.d.ts +3 -0
- package/dist/providers/definitions/github/trending-repositories/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/trending-repositories/index.js +29 -0
- package/dist/providers/definitions/github/trending-repositories/index.js.map +1 -0
- package/dist/providers/definitions/github/types.d.ts +16 -0
- package/dist/providers/definitions/github/types.d.ts.map +1 -0
- package/dist/providers/definitions/github/types.js +5 -0
- package/dist/providers/definitions/github/types.js.map +1 -0
- package/dist/providers/definitions/github/url.d.ts +11 -0
- package/dist/providers/definitions/github/url.d.ts.map +1 -0
- package/dist/providers/definitions/github/url.js +108 -0
- package/dist/providers/definitions/github/url.js.map +1 -0
- package/dist/providers/definitions/github/user/index.d.ts +3 -0
- package/dist/providers/definitions/github/user/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user/index.js +21 -0
- package/dist/providers/definitions/github/user/index.js.map +1 -0
- package/dist/providers/definitions/github/user-activity/index.d.ts +3 -0
- package/dist/providers/definitions/github/user-activity/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user-activity/index.js +23 -0
- package/dist/providers/definitions/github/user-activity/index.js.map +1 -0
- package/dist/providers/definitions/github/user-contributions/index.d.ts +3 -0
- package/dist/providers/definitions/github/user-contributions/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user-contributions/index.js +23 -0
- package/dist/providers/definitions/github/user-contributions/index.js.map +1 -0
- package/dist/providers/definitions/github/user-followers/index.d.ts +3 -0
- package/dist/providers/definitions/github/user-followers/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user-followers/index.js +23 -0
- package/dist/providers/definitions/github/user-followers/index.js.map +1 -0
- package/dist/providers/definitions/github/user-following/index.d.ts +3 -0
- package/dist/providers/definitions/github/user-following/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user-following/index.js +23 -0
- package/dist/providers/definitions/github/user-following/index.js.map +1 -0
- package/dist/providers/definitions/github/user-repositories/index.d.ts +3 -0
- package/dist/providers/definitions/github/user-repositories/index.d.ts.map +1 -0
- package/dist/providers/definitions/github/user-repositories/index.js +23 -0
- package/dist/providers/definitions/github/user-repositories/index.js.map +1 -0
- package/dist/providers/definitions/google/args.d.ts +5 -0
- package/dist/providers/definitions/google/args.d.ts.map +1 -0
- package/dist/providers/definitions/google/args.js +13 -0
- package/dist/providers/definitions/google/args.js.map +1 -0
- package/dist/providers/definitions/google/index.d.ts +15 -0
- package/dist/providers/definitions/google/index.d.ts.map +1 -0
- package/dist/providers/definitions/google/index.js +41 -0
- package/dist/providers/definitions/google/index.js.map +1 -0
- package/dist/providers/definitions/google/search/index.d.ts +3 -0
- package/dist/providers/definitions/google/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/google/search/index.js +24 -0
- package/dist/providers/definitions/google/search/index.js.map +1 -0
- package/dist/providers/definitions/google/types.d.ts +16 -0
- package/dist/providers/definitions/google/types.d.ts.map +1 -0
- package/dist/providers/definitions/google/types.js +5 -0
- package/dist/providers/definitions/google/types.js.map +1 -0
- package/dist/providers/definitions/google/url.d.ts +6 -0
- package/dist/providers/definitions/google/url.d.ts.map +1 -0
- package/dist/providers/definitions/google/url.js +40 -0
- package/dist/providers/definitions/google/url.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/ad-detail/index.d.ts +3 -0
- package/dist/providers/definitions/google-ad-library/ad-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/ad-detail/index.js +23 -0
- package/dist/providers/definitions/google-ad-library/ad-detail/index.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/advertiser-search/index.d.ts +3 -0
- package/dist/providers/definitions/google-ad-library/advertiser-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/advertiser-search/index.js +25 -0
- package/dist/providers/definitions/google-ad-library/advertiser-search/index.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/args.d.ts +7 -0
- package/dist/providers/definitions/google-ad-library/args.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/args.js +41 -0
- package/dist/providers/definitions/google-ad-library/args.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/company-ads/index.d.ts +3 -0
- package/dist/providers/definitions/google-ad-library/company-ads/index.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/company-ads/index.js +32 -0
- package/dist/providers/definitions/google-ad-library/company-ads/index.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/index.d.ts +15 -0
- package/dist/providers/definitions/google-ad-library/index.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/index.js +45 -0
- package/dist/providers/definitions/google-ad-library/index.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/types.d.ts +16 -0
- package/dist/providers/definitions/google-ad-library/types.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/types.js +5 -0
- package/dist/providers/definitions/google-ad-library/types.js.map +1 -0
- package/dist/providers/definitions/google-ad-library/url.d.ts +11 -0
- package/dist/providers/definitions/google-ad-library/url.d.ts.map +1 -0
- package/dist/providers/definitions/google-ad-library/url.js +68 -0
- package/dist/providers/definitions/google-ad-library/url.js.map +1 -0
- package/dist/providers/definitions/instagram/args.d.ts +5 -0
- package/dist/providers/definitions/instagram/args.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/args.js +22 -0
- package/dist/providers/definitions/instagram/args.js.map +1 -0
- package/dist/providers/definitions/instagram/basic-profile/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/basic-profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/basic-profile/index.js +20 -0
- package/dist/providers/definitions/instagram/basic-profile/index.js.map +1 -0
- package/dist/providers/definitions/instagram/comments/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/comments/index.js +24 -0
- package/dist/providers/definitions/instagram/comments/index.js.map +1 -0
- package/dist/providers/definitions/instagram/embed-html/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/embed-html/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/embed-html/index.js +26 -0
- package/dist/providers/definitions/instagram/embed-html/index.js.map +1 -0
- package/dist/providers/definitions/instagram/highlight-detail/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/highlight-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/highlight-detail/index.js +29 -0
- package/dist/providers/definitions/instagram/highlight-detail/index.js.map +1 -0
- package/dist/providers/definitions/instagram/index.d.ts +15 -0
- package/dist/providers/definitions/instagram/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/index.js +79 -0
- package/dist/providers/definitions/instagram/index.js.map +1 -0
- package/dist/providers/definitions/instagram/post/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/post/index.js +24 -0
- package/dist/providers/definitions/instagram/post/index.js.map +1 -0
- package/dist/providers/definitions/instagram/posts/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/posts/index.js +29 -0
- package/dist/providers/definitions/instagram/posts/index.js.map +1 -0
- package/dist/providers/definitions/instagram/profile/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/profile/index.js +25 -0
- package/dist/providers/definitions/instagram/profile/index.js.map +1 -0
- package/dist/providers/definitions/instagram/reels/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/reels/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/reels/index.js +23 -0
- package/dist/providers/definitions/instagram/reels/index.js.map +1 -0
- package/dist/providers/definitions/instagram/search-reels/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/search-reels/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/search-reels/index.js +24 -0
- package/dist/providers/definitions/instagram/search-reels/index.js.map +1 -0
- package/dist/providers/definitions/instagram/song-reels/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/song-reels/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/song-reels/index.js +21 -0
- package/dist/providers/definitions/instagram/song-reels/index.js.map +1 -0
- package/dist/providers/definitions/instagram/story-highlights/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/story-highlights/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/story-highlights/index.js +20 -0
- package/dist/providers/definitions/instagram/story-highlights/index.js.map +1 -0
- package/dist/providers/definitions/instagram/transcript/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/transcript/index.js +22 -0
- package/dist/providers/definitions/instagram/transcript/index.js.map +1 -0
- package/dist/providers/definitions/instagram/trending-reels/index.d.ts +3 -0
- package/dist/providers/definitions/instagram/trending-reels/index.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/trending-reels/index.js +19 -0
- package/dist/providers/definitions/instagram/trending-reels/index.js.map +1 -0
- package/dist/providers/definitions/instagram/types.d.ts +16 -0
- package/dist/providers/definitions/instagram/types.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/types.js +5 -0
- package/dist/providers/definitions/instagram/types.js.map +1 -0
- package/dist/providers/definitions/instagram/url.d.ts +10 -0
- package/dist/providers/definitions/instagram/url.d.ts.map +1 -0
- package/dist/providers/definitions/instagram/url.js +95 -0
- package/dist/providers/definitions/instagram/url.js.map +1 -0
- package/dist/providers/definitions/kick/args.d.ts +5 -0
- package/dist/providers/definitions/kick/args.d.ts.map +1 -0
- package/dist/providers/definitions/kick/args.js +18 -0
- package/dist/providers/definitions/kick/args.js.map +1 -0
- package/dist/providers/definitions/kick/clip/index.d.ts +3 -0
- package/dist/providers/definitions/kick/clip/index.d.ts.map +1 -0
- package/dist/providers/definitions/kick/clip/index.js +21 -0
- package/dist/providers/definitions/kick/clip/index.js.map +1 -0
- package/dist/providers/definitions/kick/index.d.ts +15 -0
- package/dist/providers/definitions/kick/index.d.ts.map +1 -0
- package/dist/providers/definitions/kick/index.js +41 -0
- package/dist/providers/definitions/kick/index.js.map +1 -0
- package/dist/providers/definitions/kick/types.d.ts +16 -0
- package/dist/providers/definitions/kick/types.d.ts.map +1 -0
- package/dist/providers/definitions/kick/types.js +5 -0
- package/dist/providers/definitions/kick/types.js.map +1 -0
- package/dist/providers/definitions/kick/url.d.ts +9 -0
- package/dist/providers/definitions/kick/url.d.ts.map +1 -0
- package/dist/providers/definitions/kick/url.js +85 -0
- package/dist/providers/definitions/kick/url.js.map +1 -0
- package/dist/providers/definitions/komi/args.d.ts +5 -0
- package/dist/providers/definitions/komi/args.d.ts.map +1 -0
- package/dist/providers/definitions/komi/args.js +18 -0
- package/dist/providers/definitions/komi/args.js.map +1 -0
- package/dist/providers/definitions/komi/index.d.ts +15 -0
- package/dist/providers/definitions/komi/index.d.ts.map +1 -0
- package/dist/providers/definitions/komi/index.js +41 -0
- package/dist/providers/definitions/komi/index.js.map +1 -0
- package/dist/providers/definitions/komi/profile/index.d.ts +3 -0
- package/dist/providers/definitions/komi/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/komi/profile/index.js +21 -0
- package/dist/providers/definitions/komi/profile/index.js.map +1 -0
- package/dist/providers/definitions/komi/types.d.ts +16 -0
- package/dist/providers/definitions/komi/types.d.ts.map +1 -0
- package/dist/providers/definitions/komi/types.js +5 -0
- package/dist/providers/definitions/komi/types.js.map +1 -0
- package/dist/providers/definitions/komi/url.d.ts +6 -0
- package/dist/providers/definitions/komi/url.d.ts.map +1 -0
- package/dist/providers/definitions/komi/url.js +70 -0
- package/dist/providers/definitions/komi/url.js.map +1 -0
- package/dist/providers/definitions/linkbio/args.d.ts +5 -0
- package/dist/providers/definitions/linkbio/args.d.ts.map +1 -0
- package/dist/providers/definitions/linkbio/args.js +18 -0
- package/dist/providers/definitions/linkbio/args.js.map +1 -0
- package/dist/providers/definitions/linkbio/index.d.ts +15 -0
- package/dist/providers/definitions/linkbio/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkbio/index.js +41 -0
- package/dist/providers/definitions/linkbio/index.js.map +1 -0
- package/dist/providers/definitions/linkbio/profile/index.d.ts +3 -0
- package/dist/providers/definitions/linkbio/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkbio/profile/index.js +21 -0
- package/dist/providers/definitions/linkbio/profile/index.js.map +1 -0
- package/dist/providers/definitions/linkbio/types.d.ts +16 -0
- package/dist/providers/definitions/linkbio/types.d.ts.map +1 -0
- package/dist/providers/definitions/linkbio/types.js +5 -0
- package/dist/providers/definitions/linkbio/types.js.map +1 -0
- package/dist/providers/definitions/linkbio/url.d.ts +6 -0
- package/dist/providers/definitions/linkbio/url.d.ts.map +1 -0
- package/dist/providers/definitions/linkbio/url.js +25 -0
- package/dist/providers/definitions/linkbio/url.js.map +1 -0
- package/dist/providers/definitions/linkedin/args.d.ts +3 -0
- package/dist/providers/definitions/linkedin/args.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/args.js +6 -0
- package/dist/providers/definitions/linkedin/args.js.map +1 -0
- package/dist/providers/definitions/linkedin/company/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin/company/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/company/index.js +20 -0
- package/dist/providers/definitions/linkedin/company/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/company-posts/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin/company-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/company-posts/index.js +26 -0
- package/dist/providers/definitions/linkedin/company-posts/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/index.d.ts +6 -0
- package/dist/providers/definitions/linkedin/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/index.js +57 -0
- package/dist/providers/definitions/linkedin/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/post/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/post/index.js +23 -0
- package/dist/providers/definitions/linkedin/post/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/post-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin/post-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/post-transcript/index.js +20 -0
- package/dist/providers/definitions/linkedin/post-transcript/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/profile/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/profile/index.js +20 -0
- package/dist/providers/definitions/linkedin/profile/index.js.map +1 -0
- package/dist/providers/definitions/linkedin/types.d.ts +27 -0
- package/dist/providers/definitions/linkedin/types.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/types.js +5 -0
- package/dist/providers/definitions/linkedin/types.js.map +1 -0
- package/dist/providers/definitions/linkedin/url.d.ts +4 -0
- package/dist/providers/definitions/linkedin/url.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin/url.js +24 -0
- package/dist/providers/definitions/linkedin/url.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-detail/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-detail/index.js +23 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-detail/index.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-search/index.d.ts +3 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-search/index.js +28 -0
- package/dist/providers/definitions/linkedin-ad-library/ad-search/index.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/args.d.ts +6 -0
- package/dist/providers/definitions/linkedin-ad-library/args.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/args.js +44 -0
- package/dist/providers/definitions/linkedin-ad-library/args.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/index.d.ts +15 -0
- package/dist/providers/definitions/linkedin-ad-library/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/index.js +43 -0
- package/dist/providers/definitions/linkedin-ad-library/index.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/types.d.ts +16 -0
- package/dist/providers/definitions/linkedin-ad-library/types.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/types.js +5 -0
- package/dist/providers/definitions/linkedin-ad-library/types.js.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/url.d.ts +10 -0
- package/dist/providers/definitions/linkedin-ad-library/url.d.ts.map +1 -0
- package/dist/providers/definitions/linkedin-ad-library/url.js +67 -0
- package/dist/providers/definitions/linkedin-ad-library/url.js.map +1 -0
- package/dist/providers/definitions/linkme/args.d.ts +5 -0
- package/dist/providers/definitions/linkme/args.d.ts.map +1 -0
- package/dist/providers/definitions/linkme/args.js +18 -0
- package/dist/providers/definitions/linkme/args.js.map +1 -0
- package/dist/providers/definitions/linkme/index.d.ts +15 -0
- package/dist/providers/definitions/linkme/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkme/index.js +41 -0
- package/dist/providers/definitions/linkme/index.js.map +1 -0
- package/dist/providers/definitions/linkme/profile/index.d.ts +3 -0
- package/dist/providers/definitions/linkme/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/linkme/profile/index.js +21 -0
- package/dist/providers/definitions/linkme/profile/index.js.map +1 -0
- package/dist/providers/definitions/linkme/types.d.ts +16 -0
- package/dist/providers/definitions/linkme/types.d.ts.map +1 -0
- package/dist/providers/definitions/linkme/types.js +5 -0
- package/dist/providers/definitions/linkme/types.js.map +1 -0
- package/dist/providers/definitions/linkme/url.d.ts +6 -0
- package/dist/providers/definitions/linkme/url.d.ts.map +1 -0
- package/dist/providers/definitions/linkme/url.js +15 -0
- package/dist/providers/definitions/linkme/url.js.map +1 -0
- package/dist/providers/definitions/linktree/args.d.ts +5 -0
- package/dist/providers/definitions/linktree/args.d.ts.map +1 -0
- package/dist/providers/definitions/linktree/args.js +18 -0
- package/dist/providers/definitions/linktree/args.js.map +1 -0
- package/dist/providers/definitions/linktree/index.d.ts +15 -0
- package/dist/providers/definitions/linktree/index.d.ts.map +1 -0
- package/dist/providers/definitions/linktree/index.js +41 -0
- package/dist/providers/definitions/linktree/index.js.map +1 -0
- package/dist/providers/definitions/linktree/profile/index.d.ts +3 -0
- package/dist/providers/definitions/linktree/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/linktree/profile/index.js +21 -0
- package/dist/providers/definitions/linktree/profile/index.js.map +1 -0
- package/dist/providers/definitions/linktree/types.d.ts +16 -0
- package/dist/providers/definitions/linktree/types.d.ts.map +1 -0
- package/dist/providers/definitions/linktree/types.js +5 -0
- package/dist/providers/definitions/linktree/types.js.map +1 -0
- package/dist/providers/definitions/linktree/url.d.ts +6 -0
- package/dist/providers/definitions/linktree/url.d.ts.map +1 -0
- package/dist/providers/definitions/linktree/url.js +25 -0
- package/dist/providers/definitions/linktree/url.js.map +1 -0
- package/dist/providers/definitions/pillar/args.d.ts +5 -0
- package/dist/providers/definitions/pillar/args.d.ts.map +1 -0
- package/dist/providers/definitions/pillar/args.js +18 -0
- package/dist/providers/definitions/pillar/args.js.map +1 -0
- package/dist/providers/definitions/pillar/index.d.ts +15 -0
- package/dist/providers/definitions/pillar/index.d.ts.map +1 -0
- package/dist/providers/definitions/pillar/index.js +41 -0
- package/dist/providers/definitions/pillar/index.js.map +1 -0
- package/dist/providers/definitions/pillar/profile/index.d.ts +3 -0
- package/dist/providers/definitions/pillar/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/pillar/profile/index.js +21 -0
- package/dist/providers/definitions/pillar/profile/index.js.map +1 -0
- package/dist/providers/definitions/pillar/types.d.ts +16 -0
- package/dist/providers/definitions/pillar/types.d.ts.map +1 -0
- package/dist/providers/definitions/pillar/types.js +5 -0
- package/dist/providers/definitions/pillar/types.js.map +1 -0
- package/dist/providers/definitions/pillar/url.d.ts +6 -0
- package/dist/providers/definitions/pillar/url.d.ts.map +1 -0
- package/dist/providers/definitions/pillar/url.js +25 -0
- package/dist/providers/definitions/pillar/url.js.map +1 -0
- package/dist/providers/definitions/pinterest/args.d.ts +8 -0
- package/dist/providers/definitions/pinterest/args.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/args.js +38 -0
- package/dist/providers/definitions/pinterest/args.js.map +1 -0
- package/dist/providers/definitions/pinterest/board/index.d.ts +3 -0
- package/dist/providers/definitions/pinterest/board/index.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/board/index.js +24 -0
- package/dist/providers/definitions/pinterest/board/index.js.map +1 -0
- package/dist/providers/definitions/pinterest/index.d.ts +15 -0
- package/dist/providers/definitions/pinterest/index.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/index.js +52 -0
- package/dist/providers/definitions/pinterest/index.js.map +1 -0
- package/dist/providers/definitions/pinterest/pin/index.d.ts +3 -0
- package/dist/providers/definitions/pinterest/pin/index.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/pin/index.js +24 -0
- package/dist/providers/definitions/pinterest/pin/index.js.map +1 -0
- package/dist/providers/definitions/pinterest/search/index.d.ts +3 -0
- package/dist/providers/definitions/pinterest/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/search/index.js +23 -0
- package/dist/providers/definitions/pinterest/search/index.js.map +1 -0
- package/dist/providers/definitions/pinterest/types.d.ts +16 -0
- package/dist/providers/definitions/pinterest/types.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/types.js +5 -0
- package/dist/providers/definitions/pinterest/types.js.map +1 -0
- package/dist/providers/definitions/pinterest/url.d.ts +12 -0
- package/dist/providers/definitions/pinterest/url.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/url.js +91 -0
- package/dist/providers/definitions/pinterest/url.js.map +1 -0
- package/dist/providers/definitions/pinterest/user-boards/index.d.ts +3 -0
- package/dist/providers/definitions/pinterest/user-boards/index.d.ts.map +1 -0
- package/dist/providers/definitions/pinterest/user-boards/index.js +24 -0
- package/dist/providers/definitions/pinterest/user-boards/index.js.map +1 -0
- package/dist/providers/definitions/reddit/ad-detail/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/ad-detail/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/ad-detail/index.js +21 -0
- package/dist/providers/definitions/reddit/ad-detail/index.js.map +1 -0
- package/dist/providers/definitions/reddit/ad-search/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/ad-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/ad-search/index.js +30 -0
- package/dist/providers/definitions/reddit/ad-search/index.js.map +1 -0
- package/dist/providers/definitions/reddit/args.d.ts +12 -0
- package/dist/providers/definitions/reddit/args.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/args.js +68 -0
- package/dist/providers/definitions/reddit/args.js.map +1 -0
- package/dist/providers/definitions/reddit/index.d.ts +15 -0
- package/dist/providers/definitions/reddit/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/index.js +64 -0
- package/dist/providers/definitions/reddit/index.js.map +1 -0
- package/dist/providers/definitions/reddit/post-comments/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/post-comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/post-comments/index.js +24 -0
- package/dist/providers/definitions/reddit/post-comments/index.js.map +1 -0
- package/dist/providers/definitions/reddit/post-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/post-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/post-transcript/index.js +24 -0
- package/dist/providers/definitions/reddit/post-transcript/index.js.map +1 -0
- package/dist/providers/definitions/reddit/search/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/search/index.js +23 -0
- package/dist/providers/definitions/reddit/search/index.js.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-details/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/subreddit-details/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-details/index.js +21 -0
- package/dist/providers/definitions/reddit/subreddit-details/index.js.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-posts/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/subreddit-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-posts/index.js +25 -0
- package/dist/providers/definitions/reddit/subreddit-posts/index.js.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-search/index.d.ts +3 -0
- package/dist/providers/definitions/reddit/subreddit-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/subreddit-search/index.js +24 -0
- package/dist/providers/definitions/reddit/subreddit-search/index.js.map +1 -0
- package/dist/providers/definitions/reddit/types.d.ts +16 -0
- package/dist/providers/definitions/reddit/types.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/types.js +5 -0
- package/dist/providers/definitions/reddit/types.js.map +1 -0
- package/dist/providers/definitions/reddit/url.d.ts +25 -0
- package/dist/providers/definitions/reddit/url.d.ts.map +1 -0
- package/dist/providers/definitions/reddit/url.js +160 -0
- package/dist/providers/definitions/reddit/url.js.map +1 -0
- package/dist/providers/definitions/rumble/args.d.ts +7 -0
- package/dist/providers/definitions/rumble/args.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/args.js +46 -0
- package/dist/providers/definitions/rumble/args.js.map +1 -0
- package/dist/providers/definitions/rumble/channel-videos/index.d.ts +3 -0
- package/dist/providers/definitions/rumble/channel-videos/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/channel-videos/index.js +24 -0
- package/dist/providers/definitions/rumble/channel-videos/index.js.map +1 -0
- package/dist/providers/definitions/rumble/index.d.ts +15 -0
- package/dist/providers/definitions/rumble/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/index.js +55 -0
- package/dist/providers/definitions/rumble/index.js.map +1 -0
- package/dist/providers/definitions/rumble/search/index.d.ts +3 -0
- package/dist/providers/definitions/rumble/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/search/index.js +24 -0
- package/dist/providers/definitions/rumble/search/index.js.map +1 -0
- package/dist/providers/definitions/rumble/types.d.ts +16 -0
- package/dist/providers/definitions/rumble/types.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/types.js +5 -0
- package/dist/providers/definitions/rumble/types.js.map +1 -0
- package/dist/providers/definitions/rumble/url.d.ts +8 -0
- package/dist/providers/definitions/rumble/url.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/url.js +51 -0
- package/dist/providers/definitions/rumble/url.js.map +1 -0
- package/dist/providers/definitions/rumble/video/index.d.ts +3 -0
- package/dist/providers/definitions/rumble/video/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/video/index.js +21 -0
- package/dist/providers/definitions/rumble/video/index.js.map +1 -0
- package/dist/providers/definitions/rumble/video-comments/index.d.ts +3 -0
- package/dist/providers/definitions/rumble/video-comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/video-comments/index.js +21 -0
- package/dist/providers/definitions/rumble/video-comments/index.js.map +1 -0
- package/dist/providers/definitions/rumble/video-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/rumble/video-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/rumble/video-transcript/index.js +21 -0
- package/dist/providers/definitions/rumble/video-transcript/index.js.map +1 -0
- package/dist/providers/definitions/snapchat/args.d.ts +5 -0
- package/dist/providers/definitions/snapchat/args.d.ts.map +1 -0
- package/dist/providers/definitions/snapchat/args.js +21 -0
- package/dist/providers/definitions/snapchat/args.js.map +1 -0
- package/dist/providers/definitions/snapchat/index.d.ts +15 -0
- package/dist/providers/definitions/snapchat/index.d.ts.map +1 -0
- package/dist/providers/definitions/snapchat/index.js +41 -0
- package/dist/providers/definitions/snapchat/index.js.map +1 -0
- package/dist/providers/definitions/snapchat/profile/index.d.ts +3 -0
- package/dist/providers/definitions/snapchat/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/snapchat/profile/index.js +21 -0
- package/dist/providers/definitions/snapchat/profile/index.js.map +1 -0
- package/dist/providers/definitions/snapchat/types.d.ts +16 -0
- package/dist/providers/definitions/snapchat/types.d.ts.map +1 -0
- package/dist/providers/definitions/snapchat/types.js +5 -0
- package/dist/providers/definitions/snapchat/types.js.map +1 -0
- package/dist/providers/definitions/snapchat/url.d.ts +8 -0
- package/dist/providers/definitions/snapchat/url.d.ts.map +1 -0
- package/dist/providers/definitions/snapchat/url.js +63 -0
- package/dist/providers/definitions/snapchat/url.js.map +1 -0
- package/dist/providers/definitions/soundcloud/args.d.ts +6 -0
- package/dist/providers/definitions/soundcloud/args.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/args.js +40 -0
- package/dist/providers/definitions/soundcloud/args.js.map +1 -0
- package/dist/providers/definitions/soundcloud/artist/index.d.ts +3 -0
- package/dist/providers/definitions/soundcloud/artist/index.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/artist/index.js +21 -0
- package/dist/providers/definitions/soundcloud/artist/index.js.map +1 -0
- package/dist/providers/definitions/soundcloud/artist-tracks/index.d.ts +3 -0
- package/dist/providers/definitions/soundcloud/artist-tracks/index.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/artist-tracks/index.js +24 -0
- package/dist/providers/definitions/soundcloud/artist-tracks/index.js.map +1 -0
- package/dist/providers/definitions/soundcloud/index.d.ts +15 -0
- package/dist/providers/definitions/soundcloud/index.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/index.js +49 -0
- package/dist/providers/definitions/soundcloud/index.js.map +1 -0
- package/dist/providers/definitions/soundcloud/track/index.d.ts +3 -0
- package/dist/providers/definitions/soundcloud/track/index.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/track/index.js +21 -0
- package/dist/providers/definitions/soundcloud/track/index.js.map +1 -0
- package/dist/providers/definitions/soundcloud/types.d.ts +16 -0
- package/dist/providers/definitions/soundcloud/types.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/types.js +5 -0
- package/dist/providers/definitions/soundcloud/types.js.map +1 -0
- package/dist/providers/definitions/soundcloud/url.d.ts +12 -0
- package/dist/providers/definitions/soundcloud/url.d.ts.map +1 -0
- package/dist/providers/definitions/soundcloud/url.js +124 -0
- package/dist/providers/definitions/soundcloud/url.js.map +1 -0
- package/dist/providers/definitions/spotify/album/index.d.ts +3 -0
- package/dist/providers/definitions/spotify/album/index.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/album/index.js +21 -0
- package/dist/providers/definitions/spotify/album/index.js.map +1 -0
- package/dist/providers/definitions/spotify/args.d.ts +6 -0
- package/dist/providers/definitions/spotify/args.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/args.js +25 -0
- package/dist/providers/definitions/spotify/args.js.map +1 -0
- package/dist/providers/definitions/spotify/artist/index.d.ts +3 -0
- package/dist/providers/definitions/spotify/artist/index.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/artist/index.js +21 -0
- package/dist/providers/definitions/spotify/artist/index.js.map +1 -0
- package/dist/providers/definitions/spotify/index.d.ts +15 -0
- package/dist/providers/definitions/spotify/index.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/index.js +49 -0
- package/dist/providers/definitions/spotify/index.js.map +1 -0
- package/dist/providers/definitions/spotify/track/index.d.ts +3 -0
- package/dist/providers/definitions/spotify/track/index.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/track/index.js +21 -0
- package/dist/providers/definitions/spotify/track/index.js.map +1 -0
- package/dist/providers/definitions/spotify/types.d.ts +16 -0
- package/dist/providers/definitions/spotify/types.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/types.js +5 -0
- package/dist/providers/definitions/spotify/types.js.map +1 -0
- package/dist/providers/definitions/spotify/url.d.ts +8 -0
- package/dist/providers/definitions/spotify/url.d.ts.map +1 -0
- package/dist/providers/definitions/spotify/url.js +65 -0
- package/dist/providers/definitions/spotify/url.js.map +1 -0
- package/dist/providers/definitions/threads/args.d.ts +7 -0
- package/dist/providers/definitions/threads/args.d.ts.map +1 -0
- package/dist/providers/definitions/threads/args.js +28 -0
- package/dist/providers/definitions/threads/args.js.map +1 -0
- package/dist/providers/definitions/threads/index.d.ts +15 -0
- package/dist/providers/definitions/threads/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/index.js +55 -0
- package/dist/providers/definitions/threads/index.js.map +1 -0
- package/dist/providers/definitions/threads/post/index.d.ts +3 -0
- package/dist/providers/definitions/threads/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/post/index.js +24 -0
- package/dist/providers/definitions/threads/post/index.js.map +1 -0
- package/dist/providers/definitions/threads/profile/index.d.ts +3 -0
- package/dist/providers/definitions/threads/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/profile/index.js +21 -0
- package/dist/providers/definitions/threads/profile/index.js.map +1 -0
- package/dist/providers/definitions/threads/search/index.d.ts +3 -0
- package/dist/providers/definitions/threads/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/search/index.js +23 -0
- package/dist/providers/definitions/threads/search/index.js.map +1 -0
- package/dist/providers/definitions/threads/search-users/index.d.ts +3 -0
- package/dist/providers/definitions/threads/search-users/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/search-users/index.js +20 -0
- package/dist/providers/definitions/threads/search-users/index.js.map +1 -0
- package/dist/providers/definitions/threads/types.d.ts +16 -0
- package/dist/providers/definitions/threads/types.d.ts.map +1 -0
- package/dist/providers/definitions/threads/types.js +5 -0
- package/dist/providers/definitions/threads/types.js.map +1 -0
- package/dist/providers/definitions/threads/url.d.ts +10 -0
- package/dist/providers/definitions/threads/url.d.ts.map +1 -0
- package/dist/providers/definitions/threads/url.js +78 -0
- package/dist/providers/definitions/threads/url.js.map +1 -0
- package/dist/providers/definitions/threads/user-posts/index.d.ts +3 -0
- package/dist/providers/definitions/threads/user-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/threads/user-posts/index.js +23 -0
- package/dist/providers/definitions/threads/user-posts/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/args.d.ts +2 -0
- package/dist/providers/definitions/tiktok/args.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/args.js +5 -0
- package/dist/providers/definitions/tiktok/args.js.map +1 -0
- package/dist/providers/definitions/tiktok/creators-popular/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/creators-popular/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/creators-popular/index.js +27 -0
- package/dist/providers/definitions/tiktok/creators-popular/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/hashtags-popular/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/hashtags-popular/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/hashtags-popular/index.js +27 -0
- package/dist/providers/definitions/tiktok/hashtags-popular/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/index.d.ts +20 -0
- package/dist/providers/definitions/tiktok/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/index.js +105 -0
- package/dist/providers/definitions/tiktok/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/profile/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/profile/index.js +25 -0
- package/dist/providers/definitions/tiktok/profile/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/profile-region/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/profile-region/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/profile-region/index.js +26 -0
- package/dist/providers/definitions/tiktok/profile-region/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/profile-videos/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/profile-videos/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/profile-videos/index.js +27 -0
- package/dist/providers/definitions/tiktok/profile-videos/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/search-hashtag/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/search-hashtag/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/search-hashtag/index.js +22 -0
- package/dist/providers/definitions/tiktok/search-hashtag/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/search-keyword/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/search-keyword/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/search-keyword/index.js +22 -0
- package/dist/providers/definitions/tiktok/search-keyword/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/search-top/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/search-top/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/search-top/index.js +27 -0
- package/dist/providers/definitions/tiktok/search-top/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/search-users/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/search-users/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/search-users/index.js +22 -0
- package/dist/providers/definitions/tiktok/search-users/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/song/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/song/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/song/index.js +26 -0
- package/dist/providers/definitions/tiktok/song/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/song-videos/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/song-videos/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/song-videos/index.js +27 -0
- package/dist/providers/definitions/tiktok/song-videos/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/trending-feed/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/trending-feed/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/trending-feed/index.js +22 -0
- package/dist/providers/definitions/tiktok/trending-feed/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/types.d.ts +16 -0
- package/dist/providers/definitions/tiktok/types.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/types.js +5 -0
- package/dist/providers/definitions/tiktok/types.js.map +1 -0
- package/dist/providers/definitions/tiktok/url.d.ts +12 -0
- package/dist/providers/definitions/tiktok/url.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/url.js +73 -0
- package/dist/providers/definitions/tiktok/url.js.map +1 -0
- package/dist/providers/definitions/tiktok/user-audience/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/user-audience/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/user-audience/index.js +26 -0
- package/dist/providers/definitions/tiktok/user-audience/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/user-followers/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/user-followers/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/user-followers/index.js +27 -0
- package/dist/providers/definitions/tiktok/user-followers/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/user-following/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/user-following/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/user-following/index.js +26 -0
- package/dist/providers/definitions/tiktok/user-following/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/user-live/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/user-live/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/user-live/index.js +26 -0
- package/dist/providers/definitions/tiktok/user-live/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/video/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/video/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/video/index.js +30 -0
- package/dist/providers/definitions/tiktok/video/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/video-comment-replies/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/video-comment-replies/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/video-comment-replies/index.js +26 -0
- package/dist/providers/definitions/tiktok/video-comment-replies/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/video-comments/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/video-comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/video-comments/index.js +24 -0
- package/dist/providers/definitions/tiktok/video-comments/index.js.map +1 -0
- package/dist/providers/definitions/tiktok/video-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok/video-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok/video-transcript/index.js +24 -0
- package/dist/providers/definitions/tiktok/video-transcript/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/args.d.ts +2 -0
- package/dist/providers/definitions/tiktok-shop/args.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/args.js +5 -0
- package/dist/providers/definitions/tiktok-shop/args.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/index.d.ts +16 -0
- package/dist/providers/definitions/tiktok-shop/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/index.js +56 -0
- package/dist/providers/definitions/tiktok-shop/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/product-details/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok-shop/product-details/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/product-details/index.js +21 -0
- package/dist/providers/definitions/tiktok-shop/product-details/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/product-reviews/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok-shop/product-reviews/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/product-reviews/index.js +42 -0
- package/dist/providers/definitions/tiktok-shop/product-reviews/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/shop-products/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok-shop/shop-products/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/shop-products/index.js +28 -0
- package/dist/providers/definitions/tiktok-shop/shop-products/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/shop-search/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok-shop/shop-search/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/shop-search/index.js +21 -0
- package/dist/providers/definitions/tiktok-shop/shop-search/index.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/types.d.ts +16 -0
- package/dist/providers/definitions/tiktok-shop/types.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/types.js +5 -0
- package/dist/providers/definitions/tiktok-shop/types.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/url.d.ts +9 -0
- package/dist/providers/definitions/tiktok-shop/url.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/url.js +67 -0
- package/dist/providers/definitions/tiktok-shop/url.js.map +1 -0
- package/dist/providers/definitions/tiktok-shop/user-showcase/index.d.ts +3 -0
- package/dist/providers/definitions/tiktok-shop/user-showcase/index.d.ts.map +1 -0
- package/dist/providers/definitions/tiktok-shop/user-showcase/index.js +21 -0
- package/dist/providers/definitions/tiktok-shop/user-showcase/index.js.map +1 -0
- package/dist/providers/definitions/truth-social/args.d.ts +7 -0
- package/dist/providers/definitions/truth-social/args.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/args.js +29 -0
- package/dist/providers/definitions/truth-social/args.js.map +1 -0
- package/dist/providers/definitions/truth-social/index.d.ts +15 -0
- package/dist/providers/definitions/truth-social/index.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/index.js +45 -0
- package/dist/providers/definitions/truth-social/index.js.map +1 -0
- package/dist/providers/definitions/truth-social/post/index.d.ts +3 -0
- package/dist/providers/definitions/truth-social/post/index.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/post/index.js +21 -0
- package/dist/providers/definitions/truth-social/post/index.js.map +1 -0
- package/dist/providers/definitions/truth-social/profile/index.d.ts +3 -0
- package/dist/providers/definitions/truth-social/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/profile/index.js +21 -0
- package/dist/providers/definitions/truth-social/profile/index.js.map +1 -0
- package/dist/providers/definitions/truth-social/types.d.ts +16 -0
- package/dist/providers/definitions/truth-social/types.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/types.js +5 -0
- package/dist/providers/definitions/truth-social/types.js.map +1 -0
- package/dist/providers/definitions/truth-social/url.d.ts +8 -0
- package/dist/providers/definitions/truth-social/url.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/url.js +57 -0
- package/dist/providers/definitions/truth-social/url.js.map +1 -0
- package/dist/providers/definitions/truth-social/user-posts/index.d.ts +3 -0
- package/dist/providers/definitions/truth-social/user-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/truth-social/user-posts/index.js +23 -0
- package/dist/providers/definitions/truth-social/user-posts/index.js.map +1 -0
- package/dist/providers/definitions/twitch/args.d.ts +6 -0
- package/dist/providers/definitions/twitch/args.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/args.js +30 -0
- package/dist/providers/definitions/twitch/args.js.map +1 -0
- package/dist/providers/definitions/twitch/clip/index.d.ts +3 -0
- package/dist/providers/definitions/twitch/clip/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/clip/index.js +21 -0
- package/dist/providers/definitions/twitch/clip/index.js.map +1 -0
- package/dist/providers/definitions/twitch/index.d.ts +15 -0
- package/dist/providers/definitions/twitch/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/index.js +52 -0
- package/dist/providers/definitions/twitch/index.js.map +1 -0
- package/dist/providers/definitions/twitch/profile/index.d.ts +3 -0
- package/dist/providers/definitions/twitch/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/profile/index.js +21 -0
- package/dist/providers/definitions/twitch/profile/index.js.map +1 -0
- package/dist/providers/definitions/twitch/types.d.ts +16 -0
- package/dist/providers/definitions/twitch/types.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/types.js +5 -0
- package/dist/providers/definitions/twitch/types.js.map +1 -0
- package/dist/providers/definitions/twitch/url.d.ts +9 -0
- package/dist/providers/definitions/twitch/url.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/url.js +68 -0
- package/dist/providers/definitions/twitch/url.js.map +1 -0
- package/dist/providers/definitions/twitch/user-schedule/index.d.ts +3 -0
- package/dist/providers/definitions/twitch/user-schedule/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/user-schedule/index.js +21 -0
- package/dist/providers/definitions/twitch/user-schedule/index.js.map +1 -0
- package/dist/providers/definitions/twitch/user-videos/index.d.ts +3 -0
- package/dist/providers/definitions/twitch/user-videos/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitch/user-videos/index.js +24 -0
- package/dist/providers/definitions/twitch/user-videos/index.js.map +1 -0
- package/dist/providers/definitions/twitter/args.d.ts +7 -0
- package/dist/providers/definitions/twitter/args.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/args.js +41 -0
- package/dist/providers/definitions/twitter/args.js.map +1 -0
- package/dist/providers/definitions/twitter/community/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/community/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/community/index.js +21 -0
- package/dist/providers/definitions/twitter/community/index.js.map +1 -0
- package/dist/providers/definitions/twitter/community-tweets/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/community-tweets/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/community-tweets/index.js +20 -0
- package/dist/providers/definitions/twitter/community-tweets/index.js.map +1 -0
- package/dist/providers/definitions/twitter/index.d.ts +15 -0
- package/dist/providers/definitions/twitter/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/index.js +58 -0
- package/dist/providers/definitions/twitter/index.js.map +1 -0
- package/dist/providers/definitions/twitter/profile/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/profile/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/profile/index.js +21 -0
- package/dist/providers/definitions/twitter/profile/index.js.map +1 -0
- package/dist/providers/definitions/twitter/transcript/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/transcript/index.js +20 -0
- package/dist/providers/definitions/twitter/transcript/index.js.map +1 -0
- package/dist/providers/definitions/twitter/tweet/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/tweet/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/tweet/index.js +24 -0
- package/dist/providers/definitions/twitter/tweet/index.js.map +1 -0
- package/dist/providers/definitions/twitter/types.d.ts +16 -0
- package/dist/providers/definitions/twitter/types.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/types.js +5 -0
- package/dist/providers/definitions/twitter/types.js.map +1 -0
- package/dist/providers/definitions/twitter/url.d.ts +19 -0
- package/dist/providers/definitions/twitter/url.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/url.js +144 -0
- package/dist/providers/definitions/twitter/url.js.map +1 -0
- package/dist/providers/definitions/twitter/user-tweets/index.d.ts +3 -0
- package/dist/providers/definitions/twitter/user-tweets/index.d.ts.map +1 -0
- package/dist/providers/definitions/twitter/user-tweets/index.js +23 -0
- package/dist/providers/definitions/twitter/user-tweets/index.js.map +1 -0
- package/dist/providers/definitions/youtube/args.d.ts +6 -0
- package/dist/providers/definitions/youtube/args.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/args.js +56 -0
- package/dist/providers/definitions/youtube/args.js.map +1 -0
- package/dist/providers/definitions/youtube/channel/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel/index.js +21 -0
- package/dist/providers/definitions/youtube/channel/index.js.map +1 -0
- package/dist/providers/definitions/youtube/channel-community-posts/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel-community-posts/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel-community-posts/index.js +21 -0
- package/dist/providers/definitions/youtube/channel-community-posts/index.js.map +1 -0
- package/dist/providers/definitions/youtube/channel-lives/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel-lives/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel-lives/index.js +21 -0
- package/dist/providers/definitions/youtube/channel-lives/index.js.map +1 -0
- package/dist/providers/definitions/youtube/channel-playlists/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel-playlists/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel-playlists/index.js +21 -0
- package/dist/providers/definitions/youtube/channel-playlists/index.js.map +1 -0
- package/dist/providers/definitions/youtube/channel-shorts/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel-shorts/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel-shorts/index.js +24 -0
- package/dist/providers/definitions/youtube/channel-shorts/index.js.map +1 -0
- package/dist/providers/definitions/youtube/channel-videos/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/channel-videos/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/channel-videos/index.js +28 -0
- package/dist/providers/definitions/youtube/channel-videos/index.js.map +1 -0
- package/dist/providers/definitions/youtube/community-post/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/community-post/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/community-post/index.js +22 -0
- package/dist/providers/definitions/youtube/community-post/index.js.map +1 -0
- package/dist/providers/definitions/youtube/index.d.ts +15 -0
- package/dist/providers/definitions/youtube/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/index.js +85 -0
- package/dist/providers/definitions/youtube/index.js.map +1 -0
- package/dist/providers/definitions/youtube/playlist/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/playlist/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/playlist/index.js +29 -0
- package/dist/providers/definitions/youtube/playlist/index.js.map +1 -0
- package/dist/providers/definitions/youtube/search/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/search/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/search/index.js +32 -0
- package/dist/providers/definitions/youtube/search/index.js.map +1 -0
- package/dist/providers/definitions/youtube/search-hashtag/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/search-hashtag/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/search-hashtag/index.js +24 -0
- package/dist/providers/definitions/youtube/search-hashtag/index.js.map +1 -0
- package/dist/providers/definitions/youtube/shorts-trending/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/shorts-trending/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/shorts-trending/index.js +19 -0
- package/dist/providers/definitions/youtube/shorts-trending/index.js.map +1 -0
- package/dist/providers/definitions/youtube/types.d.ts +16 -0
- package/dist/providers/definitions/youtube/types.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/types.js +5 -0
- package/dist/providers/definitions/youtube/types.js.map +1 -0
- package/dist/providers/definitions/youtube/url.d.ts +19 -0
- package/dist/providers/definitions/youtube/url.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/url.js +155 -0
- package/dist/providers/definitions/youtube/url.js.map +1 -0
- package/dist/providers/definitions/youtube/video/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/video/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/video/index.js +24 -0
- package/dist/providers/definitions/youtube/video/index.js.map +1 -0
- package/dist/providers/definitions/youtube/video-comment-replies/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/video-comment-replies/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/video-comment-replies/index.js +22 -0
- package/dist/providers/definitions/youtube/video-comment-replies/index.js.map +1 -0
- package/dist/providers/definitions/youtube/video-comments/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/video-comments/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/video-comments/index.js +27 -0
- package/dist/providers/definitions/youtube/video-comments/index.js.map +1 -0
- package/dist/providers/definitions/youtube/video-transcript/index.d.ts +3 -0
- package/dist/providers/definitions/youtube/video-transcript/index.d.ts.map +1 -0
- package/dist/providers/definitions/youtube/video-transcript/index.js +23 -0
- package/dist/providers/definitions/youtube/video-transcript/index.js.map +1 -0
- package/dist/providers/shared/endpoint-args.d.ts +6 -0
- package/dist/providers/shared/endpoint-args.d.ts.map +1 -0
- package/dist/providers/shared/endpoint-args.js +32 -0
- package/dist/providers/shared/endpoint-args.js.map +1 -0
- package/dist/providers/shared/facebook-hosts.d.ts +4 -0
- package/dist/providers/shared/facebook-hosts.d.ts.map +1 -0
- package/dist/providers/shared/facebook-hosts.js +17 -0
- package/dist/providers/shared/facebook-hosts.js.map +1 -0
- package/dist/providers/shared/single-segment-profile-url.d.ts +14 -0
- package/dist/providers/shared/single-segment-profile-url.d.ts.map +1 -0
- package/dist/providers/shared/single-segment-profile-url.js +46 -0
- package/dist/providers/shared/single-segment-profile-url.js.map +1 -0
- package/dist/providers/shared/url-segments.d.ts +3 -0
- package/dist/providers/shared/url-segments.d.ts.map +1 -0
- package/dist/providers/shared/url-segments.js +20 -0
- package/dist/providers/shared/url-segments.js.map +1 -0
- package/dist/utils/json.d.ts +11 -0
- package/dist/utils/json.d.ts.map +1 -0
- package/dist/utils/json.js +81 -0
- package/dist/utils/json.js.map +1 -0
- package/package.json +61 -0
- package/templates/AGENTS.md +32 -0
- package/templates/json.hbs +27 -0
- package/templates/scrape-creators/AGENTS.md +33 -0
- package/templates/scrape-creators/_partials/empty-success.hbs +3 -0
- package/templates/scrape-creators/_partials/more-footer.hbs +1 -0
- package/templates/scrape-creators/_partials/provider-error.hbs +4 -0
- package/templates/scrape-creators/_partials/stats-table.hbs +11 -0
- package/templates/scrape-creators/age-gender/detect-age-gender.hbs +11 -0
- package/templates/scrape-creators/amazon-shop/profile.hbs +49 -0
- package/templates/scrape-creators/bluesky/post.hbs +45 -0
- package/templates/scrape-creators/bluesky/profile.hbs +12 -0
- package/templates/scrape-creators/bluesky/user-posts.hbs +25 -0
- package/templates/scrape-creators/facebook/comment-replies.hbs +21 -0
- package/templates/scrape-creators/facebook/comments.hbs +10 -0
- package/templates/scrape-creators/facebook/group-posts.hbs +11 -0
- package/templates/scrape-creators/facebook/post-transcript.hbs +11 -0
- package/templates/scrape-creators/facebook/post.hbs +21 -0
- package/templates/scrape-creators/facebook/profile-events.hbs +19 -0
- package/templates/scrape-creators/facebook/profile-photos.hbs +8 -0
- package/templates/scrape-creators/facebook/profile-posts.hbs +7 -0
- package/templates/scrape-creators/facebook/profile-reels.hbs +7 -0
- package/templates/scrape-creators/facebook/profile.hbs +30 -0
- package/templates/scrape-creators/facebook-ad-library/ad-detail.hbs +83 -0
- package/templates/scrape-creators/facebook-ad-library/ad-search.hbs +21 -0
- package/templates/scrape-creators/facebook-ad-library/company-ads.hbs +20 -0
- package/templates/scrape-creators/facebook-ad-library/company-search.hbs +14 -0
- package/templates/scrape-creators/facebook-events/city-events.hbs +11 -0
- package/templates/scrape-creators/facebook-events/event-detail.hbs +20 -0
- package/templates/scrape-creators/facebook-events/event-search.hbs +11 -0
- package/templates/scrape-creators/facebook-marketplace/listing-detail.hbs +39 -0
- package/templates/scrape-creators/facebook-marketplace/marketplace-location-search.hbs +8 -0
- package/templates/scrape-creators/facebook-marketplace/marketplace-search.hbs +9 -0
- package/templates/scrape-creators/github/repository.hbs +29 -0
- package/templates/scrape-creators/github/trending-developers.hbs +20 -0
- package/templates/scrape-creators/github/trending-repositories.hbs +20 -0
- package/templates/scrape-creators/github/user-activity.hbs +21 -0
- package/templates/scrape-creators/github/user-contributions.hbs +19 -0
- package/templates/scrape-creators/github/user-followers.hbs +13 -0
- package/templates/scrape-creators/github/user-following.hbs +13 -0
- package/templates/scrape-creators/github/user-repositories.hbs +20 -0
- package/templates/scrape-creators/github/user.hbs +28 -0
- package/templates/scrape-creators/google/search.hbs +9 -0
- package/templates/scrape-creators/google-ad-library/ad-detail.hbs +45 -0
- package/templates/scrape-creators/google-ad-library/advertiser-search.hbs +20 -0
- package/templates/scrape-creators/google-ad-library/company-ads.hbs +12 -0
- package/templates/scrape-creators/instagram/basic-profile.hbs +24 -0
- package/templates/scrape-creators/instagram/comments.hbs +14 -0
- package/templates/scrape-creators/instagram/embed-html.hbs +9 -0
- package/templates/scrape-creators/instagram/highlight-detail.hbs +30 -0
- package/templates/scrape-creators/instagram/post.hbs +25 -0
- package/templates/scrape-creators/instagram/posts.hbs +10 -0
- package/templates/scrape-creators/instagram/profile.hbs +19 -0
- package/templates/scrape-creators/instagram/reels.hbs +9 -0
- package/templates/scrape-creators/instagram/search-reels.hbs +8 -0
- package/templates/scrape-creators/instagram/song-reels.hbs +18 -0
- package/templates/scrape-creators/instagram/story-highlights.hbs +9 -0
- package/templates/scrape-creators/instagram/transcript.hbs +12 -0
- package/templates/scrape-creators/instagram/trending-reels.hbs +17 -0
- package/templates/scrape-creators/kick/clip.hbs +14 -0
- package/templates/scrape-creators/komi/profile.hbs +32 -0
- package/templates/scrape-creators/linkbio/profile.hbs +25 -0
- package/templates/scrape-creators/linkedin/company-posts.hbs +18 -0
- package/templates/scrape-creators/linkedin/company.hbs +43 -0
- package/templates/scrape-creators/linkedin/post-transcript.hbs +21 -0
- package/templates/scrape-creators/linkedin/post.hbs +44 -0
- package/templates/scrape-creators/linkedin/profile.hbs +40 -0
- package/templates/scrape-creators/linkedin-ad-library/ad-detail.hbs +87 -0
- package/templates/scrape-creators/linkedin-ad-library/ad-search.hbs +24 -0
- package/templates/scrape-creators/linkme/profile.hbs +26 -0
- package/templates/scrape-creators/linktree/profile.hbs +19 -0
- package/templates/scrape-creators/pillar/profile.hbs +30 -0
- package/templates/scrape-creators/pinterest/board.hbs +39 -0
- package/templates/scrape-creators/pinterest/pin.hbs +36 -0
- package/templates/scrape-creators/pinterest/search.hbs +19 -0
- package/templates/scrape-creators/pinterest/user-boards.hbs +14 -0
- package/templates/scrape-creators/reddit/ad-detail.hbs +27 -0
- package/templates/scrape-creators/reddit/ad-search.hbs +21 -0
- package/templates/scrape-creators/reddit/post-comments.hbs +17 -0
- package/templates/scrape-creators/reddit/post-transcript.hbs +23 -0
- package/templates/scrape-creators/reddit/search.hbs +9 -0
- package/templates/scrape-creators/reddit/subreddit-details.hbs +24 -0
- package/templates/scrape-creators/reddit/subreddit-posts.hbs +8 -0
- package/templates/scrape-creators/reddit/subreddit-search.hbs +12 -0
- package/templates/scrape-creators/rumble/channel-videos.hbs +24 -0
- package/templates/scrape-creators/rumble/search.hbs +21 -0
- package/templates/scrape-creators/rumble/video-comments.hbs +13 -0
- package/templates/scrape-creators/rumble/video-transcript.hbs +14 -0
- package/templates/scrape-creators/rumble/video.hbs +22 -0
- package/templates/scrape-creators/snapchat/profile.hbs +30 -0
- package/templates/scrape-creators/soundcloud/artist-tracks.hbs +16 -0
- package/templates/scrape-creators/soundcloud/artist.hbs +18 -0
- package/templates/scrape-creators/soundcloud/track.hbs +10 -0
- package/templates/scrape-creators/spotify/album.hbs +28 -0
- package/templates/scrape-creators/spotify/artist.hbs +102 -0
- package/templates/scrape-creators/spotify/track.hbs +37 -0
- package/templates/scrape-creators/threads/post.hbs +57 -0
- package/templates/scrape-creators/threads/profile.hbs +21 -0
- package/templates/scrape-creators/threads/search-users.hbs +11 -0
- package/templates/scrape-creators/threads/search.hbs +20 -0
- package/templates/scrape-creators/threads/user-posts.hbs +20 -0
- package/templates/scrape-creators/tiktok/creators-popular.hbs +9 -0
- package/templates/scrape-creators/tiktok/hashtags-popular.hbs +17 -0
- package/templates/scrape-creators/tiktok/profile-region.hbs +5 -0
- package/templates/scrape-creators/tiktok/profile-videos.hbs +9 -0
- package/templates/scrape-creators/tiktok/profile.hbs +25 -0
- package/templates/scrape-creators/tiktok/search-hashtag.hbs +15 -0
- package/templates/scrape-creators/tiktok/search-keyword.hbs +38 -0
- package/templates/scrape-creators/tiktok/search-top.hbs +38 -0
- package/templates/scrape-creators/tiktok/search-users.hbs +8 -0
- package/templates/scrape-creators/tiktok/song-videos.hbs +8 -0
- package/templates/scrape-creators/tiktok/song.hbs +11 -0
- package/templates/scrape-creators/tiktok/trending-feed.hbs +11 -0
- package/templates/scrape-creators/tiktok/user-audience.hbs +27 -0
- package/templates/scrape-creators/tiktok/user-followers.hbs +10 -0
- package/templates/scrape-creators/tiktok/user-following.hbs +10 -0
- package/templates/scrape-creators/tiktok/user-live.hbs +33 -0
- package/templates/scrape-creators/tiktok/video-comment-replies.hbs +25 -0
- package/templates/scrape-creators/tiktok/video-comments.hbs +18 -0
- package/templates/scrape-creators/tiktok/video-transcript.hbs +12 -0
- package/templates/scrape-creators/tiktok/video.hbs +20 -0
- package/templates/scrape-creators/tiktok-shop/product-details.hbs +34 -0
- package/templates/scrape-creators/tiktok-shop/product-reviews.hbs +16 -0
- package/templates/scrape-creators/tiktok-shop/shop-products.hbs +16 -0
- package/templates/scrape-creators/tiktok-shop/shop-search.hbs +19 -0
- package/templates/scrape-creators/tiktok-shop/user-showcase.hbs +16 -0
- package/templates/scrape-creators/truth-social/post.hbs +31 -0
- package/templates/scrape-creators/truth-social/profile.hbs +10 -0
- package/templates/scrape-creators/truth-social/user-posts.hbs +19 -0
- package/templates/scrape-creators/twitch/clip.hbs +17 -0
- package/templates/scrape-creators/twitch/profile.hbs +18 -0
- package/templates/scrape-creators/twitch/user-schedule.hbs +17 -0
- package/templates/scrape-creators/twitch/user-videos.hbs +13 -0
- package/templates/scrape-creators/twitter/community-tweets.hbs +13 -0
- package/templates/scrape-creators/twitter/community.hbs +22 -0
- package/templates/scrape-creators/twitter/profile.hbs +15 -0
- package/templates/scrape-creators/twitter/transcript.hbs +3 -0
- package/templates/scrape-creators/twitter/tweet.hbs +12 -0
- package/templates/scrape-creators/twitter/user-tweets.hbs +10 -0
- package/templates/scrape-creators/youtube/channel-community-posts.hbs +19 -0
- package/templates/scrape-creators/youtube/channel-lives.hbs +17 -0
- package/templates/scrape-creators/youtube/channel-playlists.hbs +17 -0
- package/templates/scrape-creators/youtube/channel-shorts.hbs +7 -0
- package/templates/scrape-creators/youtube/channel-videos.hbs +8 -0
- package/templates/scrape-creators/youtube/channel.hbs +23 -0
- package/templates/scrape-creators/youtube/community-post.hbs +21 -0
- package/templates/scrape-creators/youtube/playlist.hbs +14 -0
- package/templates/scrape-creators/youtube/search-hashtag.hbs +35 -0
- package/templates/scrape-creators/youtube/search.hbs +37 -0
- package/templates/scrape-creators/youtube/shorts-trending.hbs +9 -0
- package/templates/scrape-creators/youtube/video-comment-replies.hbs +20 -0
- package/templates/scrape-creators/youtube/video-comments.hbs +11 -0
- package/templates/scrape-creators/youtube/video-transcript.hbs +12 -0
- package/templates/scrape-creators/youtube/video.hbs +17 -0
package/package.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@contextplusplus/core",
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Shared engine for contextplusplus — converts public URLs and provider responses into LLM-friendly Markdown (domain, application workflows, providers, and Handlebars templates). Consumed by the contextplusplus CLI, HTTP API, and MCP server.",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/yigitkonur/contextplusplus.git"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://contextplusplus-web.vercel.app",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/yigitkonur/contextplusplus/issues"
|
|
15
|
+
},
|
|
16
|
+
"exports": {
|
|
17
|
+
"./package.json": "./package.json",
|
|
18
|
+
"./*.js": {
|
|
19
|
+
"types": "./dist/*.d.ts",
|
|
20
|
+
"default": "./dist/*.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"templates"
|
|
26
|
+
],
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@effect/opentelemetry": "^0.63.0",
|
|
29
|
+
"@effect/platform": "~0.96.2",
|
|
30
|
+
"@effect/platform-node": "~0.107.0",
|
|
31
|
+
"@onkernel/sdk": "^0.70.0",
|
|
32
|
+
"@opentelemetry/api": "^1.9.1",
|
|
33
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
34
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
35
|
+
"@sentry/core": "^10.60.0",
|
|
36
|
+
"@sentry/node": "^10.60.0",
|
|
37
|
+
"@sentry/opentelemetry": "^10.55.0",
|
|
38
|
+
"@supabase/supabase-js": "^2.108.2",
|
|
39
|
+
"defuddle": "^0.19.1",
|
|
40
|
+
"dotenv": "^17.4.2",
|
|
41
|
+
"effect": "~3.21.2",
|
|
42
|
+
"handlebars": "^4.7.9",
|
|
43
|
+
"jose": "^6.2.3",
|
|
44
|
+
"linkedom": "^0.18.12",
|
|
45
|
+
"node-html-markdown": "~2.0.0",
|
|
46
|
+
"redis": "^5.12.1",
|
|
47
|
+
"stripe": "^22.2.3"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@types/node": "^26.0.0",
|
|
51
|
+
"@vitest/coverage-v8": "~3.2.4",
|
|
52
|
+
"typescript": "^6.0.3",
|
|
53
|
+
"vitest": "~3.2.4",
|
|
54
|
+
"@contextplusplus/tsconfig": "0.0.0"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build": "tsc -b",
|
|
58
|
+
"typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
|
|
59
|
+
"test": "vitest run"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# templates/
|
|
2
|
+
|
|
3
|
+
Handlebars templates rendered by `MarkdownRendererService`.
|
|
4
|
+
|
|
5
|
+
## Layout
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
templates/
|
|
9
|
+
json.hbs generic JSON-fence fallback (renderJsonMarkdown)
|
|
10
|
+
scrape-creators/
|
|
11
|
+
_partials/ 4 shared partials
|
|
12
|
+
<provider>/<endpoint>.hbs 146 endpoint templates
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
151 `.hbs` total = 146 endpoint + 4 partials + `json.hbs`. See `templates/scrape-creators/AGENTS.md` for the per-template contract.
|
|
16
|
+
|
|
17
|
+
## Rules
|
|
18
|
+
|
|
19
|
+
- Templates are pure — no helpers that aren't registered in `src/infrastructure/markdown/handlebars-renderer.ts`.
|
|
20
|
+
- Filenames are kebab-case and exactly match the endpoint id.
|
|
21
|
+
- The structure parity test counts templates against strategies. Adding a template without a strategy (or vice versa) will fail.
|
|
22
|
+
- The path↔strategy mapping is mechanical: the renderer derives the file path from the strategy id (`strategyId.replaceAll(".", sep) + ".hbs"`). A filename that doesn't equal the endpoint slug yields a silent `undefined` → generic fallback render (no error) and breaks the parity test.
|
|
23
|
+
|
|
24
|
+
## What goes here
|
|
25
|
+
|
|
26
|
+
Endpoint markdown templates. That's all.
|
|
27
|
+
|
|
28
|
+
## What doesn't
|
|
29
|
+
|
|
30
|
+
- Generic helpers (those live in `src/infrastructure/markdown/handlebars-renderer.ts`).
|
|
31
|
+
- Documentation templates.
|
|
32
|
+
- Email templates (this project sends no email).
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# {{title}}
|
|
2
|
+
|
|
3
|
+
{{#if hasDescription}}
|
|
4
|
+
{{description}}
|
|
5
|
+
|
|
6
|
+
{{/if}}
|
|
7
|
+
{{#if hasSummary}}
|
|
8
|
+
## Key Fields
|
|
9
|
+
|
|
10
|
+
| Field | Value |
|
|
11
|
+
|---|---|
|
|
12
|
+
{{#each summary}}
|
|
13
|
+
| {{label}} | {{value}} |
|
|
14
|
+
{{/each}}
|
|
15
|
+
|
|
16
|
+
{{/if}}
|
|
17
|
+
{{#if hasSections}}
|
|
18
|
+
{{#each sections}}
|
|
19
|
+
## {{title}}
|
|
20
|
+
|
|
21
|
+
{{{body}}}
|
|
22
|
+
|
|
23
|
+
{{/each}}
|
|
24
|
+
{{/if}}
|
|
25
|
+
## Compact JSON
|
|
26
|
+
|
|
27
|
+
{{{markdown}}}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# templates/scrape-creators/
|
|
2
|
+
|
|
3
|
+
The 146 endpoint templates + 4 shared partials.
|
|
4
|
+
|
|
5
|
+
## Partials
|
|
6
|
+
|
|
7
|
+
- `_partials/provider-error.hbs` — canonical error block (`## Provider Error / Status / Message`).
|
|
8
|
+
- `_partials/empty-success.hbs` — fallback for empty success responses.
|
|
9
|
+
- `_partials/stats-table.hbs` — labeled stats table block (up to 8 slots).
|
|
10
|
+
- `_partials/more-footer.hbs` — pagination footer (`...and N more`).
|
|
11
|
+
|
|
12
|
+
Partials register under the `_partials/<name>` key (the renderer strips everything up to and including `_partials/`), so invoke them with that exact prefix — `{{> _partials/stats-table}}`. `stats-table` silently drops slots beyond 8.
|
|
13
|
+
|
|
14
|
+
## Per-template contract
|
|
15
|
+
|
|
16
|
+
1. **H1 always present.** `# <Provider> · <Subject>` (or similar). Never a blank `# <Provider> ·`.
|
|
17
|
+
2. **Error branch uses the partial.** Inside `{{#if error}}` use `{{> _partials/provider-error}}`. Do not write inline `Status:`/`Message:` blocks — the partial covers that. 44 templates use this pattern today; new templates must too.
|
|
18
|
+
3. **Helpers must be registered.** See `src/infrastructure/markdown/handlebars-renderer.ts`. The 15 names are: `value`, `coalesce`, `formatCount`, `truncate`, `stripHtml`, `formatDate`, `timestamp`, `duration`, `inc`, `hashtags`, `hashtagsCsv`, `moreCount`, `eachLimit`, `commentsTree`, `providerMessage`.
|
|
19
|
+
4. **Field paths use `coalesce` over fallback chains.** Upstream sends camelCase + snake_case variants for the same value; `coalesce` picks the first defined.
|
|
20
|
+
5. **Hard size ceiling: `Buffer.byteLength(rendered, "utf8")` must be `< 12_000` bytes** (strictly less than 12000 — not 12 KB / 12288). A 12001-byte render fails the structure test.
|
|
21
|
+
6. **No denylist matches** in the rendered output. `RENDERED_DENYLIST` (`scrape-creators-structure.test.ts`) is an array of **regexes**, not literal substrings — several are case-insensitive and several are anchored to `?`/`&` query delimiters (e.g. `/[?&](?:sqp|rs)=/i`, `/\butm_[a-z0-9_]+=?/i`, `/x-signature/i`). Tokens it catches include `credits_remaining`, `sec_uid`, `author_user_id`, `url_list`, `x-signature`, `x-expires`, `refresh_token`, `common-sign.tiktokcdn`, `utm_*`, `ascsubtag`, `mcid`, `tag_override`, `sqp=`, `rs=`, `continuationItems`. Add new noise as a regex, not a plain string.
|
|
22
|
+
7. **No collapsed-empty sections.** Beyond the H1 rule, the structure test also rejects: a trailing `· ` blank heading, a render shorter than 10 chars, a leading fenced ```json block, a blank `>` quote, a blank numbered list item, and a blank `@ Followers`/`Following` heading. Guard conditional sections so sparse data never emits an empty quote, list item, or heading.
|
|
23
|
+
|
|
24
|
+
## When you change a template
|
|
25
|
+
|
|
26
|
+
1. Edit the `.hbs`.
|
|
27
|
+
2. Re-render the fixture: `npm run fixtures:render-live`.
|
|
28
|
+
3. Check parity: `npm run fixtures:check-live`.
|
|
29
|
+
4. Commit the template + the re-rendered fixture together.
|
|
30
|
+
|
|
31
|
+
## When you need a new helper
|
|
32
|
+
|
|
33
|
+
A new helper is a registration in `src/infrastructure/markdown/handlebars-renderer.ts`. Justify it in the PR — adding the 16th helper crosses a line, prefer composing existing helpers (`value`, `coalesce`, `inc`, `eachLimit`) where possible.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{{#if (moreCount items limit)}}{{#if bullet}}- {{/if}}...and {{moreCount items limit}} more{{#if noun}} {{noun}}{{/if}}{{/if}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
| Metric | Value |
|
|
2
|
+
|---|---:|
|
|
3
|
+
{{#if value1}}| {{label1}} | {{value1}} |
|
|
4
|
+
{{/if}}{{#if value2}}| {{label2}} | {{value2}} |
|
|
5
|
+
{{/if}}{{#if value3}}| {{label3}} | {{value3}} |
|
|
6
|
+
{{/if}}{{#if value4}}| {{label4}} | {{value4}} |
|
|
7
|
+
{{/if}}{{#if value5}}| {{label5}} | {{value5}} |
|
|
8
|
+
{{/if}}{{#if value6}}| {{label6}} | {{value6}} |
|
|
9
|
+
{{/if}}{{#if value7}}| {{label7}} | {{value7}} |
|
|
10
|
+
{{/if}}{{#if value8}}| {{label8}} | {{value8}} |
|
|
11
|
+
{{/if}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Age and Gender · {{coalesce gender "Unknown"}}
|
|
2
|
+
|
|
3
|
+
{{#if error}}
|
|
4
|
+
{{> _partials/provider-error title="Age and Gender" }}
|
|
5
|
+
{{else}}
|
|
6
|
+
{{#if ageRange.low}}Age range: {{ageRange.low}}-{{ageRange.high}}
|
|
7
|
+
{{/if}}{{#if confidence.gender}}Gender confidence: {{formatCount confidence.gender}}%
|
|
8
|
+
{{/if}}{{#unless gender}}
|
|
9
|
+
{{> _partials/empty-success}}
|
|
10
|
+
{{/unless}}
|
|
11
|
+
{{/if}}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Amazon Shop · {{name}}
|
|
2
|
+
|
|
3
|
+
Host: {{name}}{{#if isTopCreator}} · Top Creator{{/if}}
|
|
4
|
+
{{#if description}}
|
|
5
|
+
Bio: {{truncate description 400}}
|
|
6
|
+
{{/if}}{{#if avatar}}
|
|
7
|
+
Avatar: [image]({{avatar}})
|
|
8
|
+
{{/if}}
|
|
9
|
+
{{#if socials}}
|
|
10
|
+
## Socials
|
|
11
|
+
|
|
12
|
+
{{#eachLimit socials 5}}
|
|
13
|
+
- {{this}}
|
|
14
|
+
{{/eachLimit}}
|
|
15
|
+
{{/if}}
|
|
16
|
+
{{#if lists}}
|
|
17
|
+
## Collections
|
|
18
|
+
|
|
19
|
+
{{#eachLimit lists 10}}
|
|
20
|
+
{{inc @index}}. {{title}} · {{formatCount itemCount}} items
|
|
21
|
+
Cover: [image]({{image}})
|
|
22
|
+
URL: {{url}}
|
|
23
|
+
|
|
24
|
+
{{/eachLimit}}
|
|
25
|
+
{{#if (moreCount lists 10)}}...and {{moreCount lists 10}} more{{/if}}
|
|
26
|
+
{{/if}}
|
|
27
|
+
{{#if curations}}
|
|
28
|
+
## Curations
|
|
29
|
+
|
|
30
|
+
{{#eachLimit curations 5}}
|
|
31
|
+
{{inc @index}}. {{title}} · {{formatCount postCount}} posts
|
|
32
|
+
Image: [image]({{image}})
|
|
33
|
+
URL: {{url}}
|
|
34
|
+
|
|
35
|
+
{{/eachLimit}}
|
|
36
|
+
{{> _partials/more-footer items=curations limit=5 noun="curations" }}
|
|
37
|
+
{{/if}}
|
|
38
|
+
{{#if trendingPicks}}
|
|
39
|
+
## Trending Picks
|
|
40
|
+
|
|
41
|
+
{{#eachLimit trendingPicks 5}}
|
|
42
|
+
{{inc @index}}. {{url}}
|
|
43
|
+
{{#if price}}Price: {{price}}{{/if}}{{#if discount}}
|
|
44
|
+
Discount: {{discount}}%{{/if}}{{#if image}}
|
|
45
|
+
Image: [image]({{image}}){{/if}}
|
|
46
|
+
|
|
47
|
+
{{/eachLimit}}
|
|
48
|
+
{{> _partials/more-footer items=trendingPicks limit=5 noun="picks" }}
|
|
49
|
+
{{/if}}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Bluesky · {{coalesce post.author.handle author.handle "Post"}}
|
|
2
|
+
|
|
3
|
+
{{#if (coalesce post.record.text record.text text post.text caption)}}
|
|
4
|
+
{{#if (coalesce post.author.handle author.handle)}}Author: @{{coalesce post.author.handle author.handle}}{{#if (coalesce post.author.displayName author.displayName)}} ({{coalesce post.author.displayName author.displayName}}){{/if}}{{#if (coalesce post.author.verification.verifiedStatus author.verification.verifiedStatus)}} · verification: {{coalesce post.author.verification.verifiedStatus author.verification.verifiedStatus}}{{/if}}{{/if}}
|
|
5
|
+
{{#if (coalesce post.record.createdAt post.indexedAt record.createdAt createdAt indexedAt)}}Posted: {{formatDate (coalesce post.record.createdAt post.indexedAt record.createdAt createdAt indexedAt)}}{{/if}}
|
|
6
|
+
{{#if (coalesce post.url url)}}Link: {{coalesce post.url url}}{{/if}}
|
|
7
|
+
|
|
8
|
+
> {{truncate (coalesce post.record.text record.text text post.text caption) 500}}
|
|
9
|
+
|
|
10
|
+
{{#if (formatCount (coalesce post.replyCount replyCount post.repostCount repostCount post.likeCount likeCount post.quoteCount quoteCount))}}
|
|
11
|
+
## Stats
|
|
12
|
+
{{> _partials/stats-table label1="Replies" value1=(formatCount (coalesce post.replyCount replyCount)) label2="Reposts" value2=(formatCount (coalesce post.repostCount repostCount)) label3="Likes" value3=(formatCount (coalesce post.likeCount likeCount)) label4="Quotes" value4=(formatCount (coalesce post.quoteCount quoteCount)) }}
|
|
13
|
+
{{/if}}
|
|
14
|
+
|
|
15
|
+
{{#if (coalesce (value "post.embed.images.0.alt") (value "embed.images.0.alt") (value "post.record.embed.images.0.alt") (value "record.embed.images.0.alt"))}}
|
|
16
|
+
Image: {{truncate (coalesce (value "post.embed.images.0.alt") (value "embed.images.0.alt") (value "post.record.embed.images.0.alt") (value "record.embed.images.0.alt")) 180}}
|
|
17
|
+
{{/if}}
|
|
18
|
+
{{#if (coalesce post.embed.alt embed.alt post.record.embed.alt record.embed.alt)}}
|
|
19
|
+
Video: {{truncate (coalesce post.embed.alt embed.alt post.record.embed.alt record.embed.alt) 180}}{{#if (coalesce post.embed.presentation embed.presentation post.record.embed.presentation record.embed.presentation)}} (presentation: {{coalesce post.embed.presentation embed.presentation post.record.embed.presentation record.embed.presentation}}){{/if}}
|
|
20
|
+
{{/if}}
|
|
21
|
+
{{#if (coalesce post.embed.external.title embed.external.title post.record.embed.external.title record.embed.external.title post.record.embed.card.title record.embed.card.title)}}
|
|
22
|
+
Card: [{{coalesce post.embed.external.title embed.external.title post.record.embed.external.title record.embed.external.title post.record.embed.card.title record.embed.card.title}}]({{coalesce post.embed.external.uri embed.external.uri post.record.embed.external.uri record.embed.external.uri post.record.embed.card.uri record.embed.card.uri}}){{#if (coalesce post.embed.external.description embed.external.description post.record.embed.external.description record.embed.external.description post.record.embed.card.description record.embed.card.description)}} - {{truncate (coalesce post.embed.external.description embed.external.description post.record.embed.external.description record.embed.external.description post.record.embed.card.description record.embed.card.description) 160}}{{/if}}
|
|
23
|
+
{{/if}}
|
|
24
|
+
{{#if (coalesce post.embed.record.value.text embed.record.value.text)}}
|
|
25
|
+
Quoted: @{{coalesce post.embed.record.author.handle embed.record.author.handle}} - {{truncate (coalesce post.embed.record.value.text embed.record.value.text) 220}}
|
|
26
|
+
{{#if (formatCount (coalesce post.embed.record.replyCount embed.record.replyCount post.embed.record.repostCount embed.record.repostCount post.embed.record.likeCount embed.record.likeCount post.embed.record.quoteCount embed.record.quoteCount))}}Quoted stats: {{formatCount (coalesce post.embed.record.replyCount embed.record.replyCount)}} replies · {{formatCount (coalesce post.embed.record.repostCount embed.record.repostCount)}} reposts · {{formatCount (coalesce post.embed.record.likeCount embed.record.likeCount)}} likes · {{formatCount (coalesce post.embed.record.quoteCount embed.record.quoteCount)}} quotes{{/if}}
|
|
27
|
+
{{#if (coalesce (value "post.embed.record.embeds.0.images.0.alt") (value "embed.record.embeds.0.images.0.alt") (value "post.embed.record.value.embed.images.0.alt") (value "embed.record.value.embed.images.0.alt"))}}Quoted image: {{truncate (coalesce (value "post.embed.record.embeds.0.images.0.alt") (value "embed.record.embeds.0.images.0.alt") (value "post.embed.record.value.embed.images.0.alt") (value "embed.record.value.embed.images.0.alt")) 160}}{{/if}}
|
|
28
|
+
{{#if (coalesce (value "post.embed.record.embeds.0.external.title") (value "embed.record.embeds.0.external.title") post.embed.record.value.embed.external.title embed.record.value.embed.external.title)}}Quoted card: [{{coalesce (value "post.embed.record.embeds.0.external.title") (value "embed.record.embeds.0.external.title") post.embed.record.value.embed.external.title embed.record.value.embed.external.title}}]({{coalesce (value "post.embed.record.embeds.0.external.uri") (value "embed.record.embeds.0.external.uri") post.embed.record.value.embed.external.uri embed.record.value.embed.external.uri}}){{/if}}
|
|
29
|
+
{{/if}}
|
|
30
|
+
|
|
31
|
+
{{#if replies}}
|
|
32
|
+
## Replies
|
|
33
|
+
|
|
34
|
+
{{#eachLimit replies 5}}
|
|
35
|
+
{{inc @index}}. {{truncate (coalesce post.record.text record.text text) 240}}
|
|
36
|
+
{{#if (coalesce post.author.handle author.handle)}}Author: @{{coalesce post.author.handle author.handle}}{{/if}}
|
|
37
|
+
{{#if (coalesce post.record.createdAt post.indexedAt record.createdAt indexedAt)}}Posted: {{formatDate (coalesce post.record.createdAt post.indexedAt record.createdAt indexedAt)}}{{/if}}
|
|
38
|
+
{{#if (formatCount (coalesce post.replyCount replyCount post.repostCount repostCount post.likeCount likeCount post.quoteCount quoteCount))}}Stats: {{formatCount (coalesce post.replyCount replyCount)}} replies · {{formatCount (coalesce post.repostCount repostCount)}} reposts · {{formatCount (coalesce post.likeCount likeCount)}} likes · {{formatCount (coalesce post.quoteCount quoteCount)}} quotes{{/if}}
|
|
39
|
+
|
|
40
|
+
{{/eachLimit}}
|
|
41
|
+
{{> _partials/more-footer items=replies limit=5 noun="replies" }}
|
|
42
|
+
{{/if}}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{> _partials/empty-success }}
|
|
45
|
+
{{/if}}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Bluesky · {{coalesce displayName handle}}
|
|
2
|
+
|
|
3
|
+
Profile: @{{handle}}
|
|
4
|
+
Created: {{formatDate createdAt}}
|
|
5
|
+
|
|
6
|
+
{{#if description}}
|
|
7
|
+
> {{description}}
|
|
8
|
+
|
|
9
|
+
{{/if}}
|
|
10
|
+
## Stats
|
|
11
|
+
|
|
12
|
+
{{> _partials/stats-table label1="Followers" value1=(formatCount followersCount) label2="Following" value2=(formatCount followsCount) label3="Posts" value3=(formatCount postsCount) }}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Bluesky · User Posts
|
|
2
|
+
|
|
3
|
+
{{#eachLimit (coalesce feed posts) 20}}
|
|
4
|
+
{{inc @index}}. {{truncate (coalesce record.text text post.record.text) 280}}
|
|
5
|
+
Author: @{{author.handle}}{{#if author.verification.verifiedStatus}} (verification: {{author.verification.verifiedStatus}}){{/if}}
|
|
6
|
+
Posted: {{formatDate (coalesce record.createdAt indexedAt)}}
|
|
7
|
+
Stats: {{formatCount replyCount}} replies · {{formatCount repostCount}} reposts · {{formatCount likeCount}} likes{{#if (formatCount quoteCount)}} · {{formatCount quoteCount}} quotes{{/if}}
|
|
8
|
+
{{#if embed.images}}
|
|
9
|
+
Image: {{truncate (coalesce (value "embed.images.0.alt") "attached image") 180}}
|
|
10
|
+
{{/if}}
|
|
11
|
+
{{#if (coalesce embed.alt record.embed.alt)}}
|
|
12
|
+
Video: {{truncate (coalesce embed.alt record.embed.alt) 180}}{{#if (coalesce embed.presentation record.embed.presentation)}} (presentation: {{coalesce embed.presentation record.embed.presentation}}){{/if}}
|
|
13
|
+
{{/if}}
|
|
14
|
+
{{#if embed.external}}
|
|
15
|
+
Card: [{{embed.external.title}}]({{embed.external.uri}}){{#if embed.external.description}} - {{truncate embed.external.description 160}}{{/if}}
|
|
16
|
+
{{/if}}
|
|
17
|
+
{{#if embed.record}}
|
|
18
|
+
Quoted: @{{embed.record.author.handle}} - {{truncate embed.record.value.text 200}}
|
|
19
|
+
{{#if (formatCount (coalesce embed.record.replyCount embed.record.repostCount embed.record.likeCount embed.record.quoteCount))}}Quoted stats: {{formatCount embed.record.replyCount}} replies · {{formatCount embed.record.repostCount}} reposts · {{formatCount embed.record.likeCount}} likes · {{formatCount embed.record.quoteCount}} quotes{{/if}}
|
|
20
|
+
{{#if (coalesce (value "embed.record.embeds.0.images.0.alt") (value "embed.record.value.embed.images.0.alt"))}}Quoted image: {{truncate (coalesce (value "embed.record.embeds.0.images.0.alt") (value "embed.record.value.embed.images.0.alt")) 160}}{{/if}}
|
|
21
|
+
{{#if (coalesce (value "embed.record.embeds.0.external.title") embed.record.value.embed.external.title)}}Quoted card: [{{coalesce (value "embed.record.embeds.0.external.title") embed.record.value.embed.external.title}}]({{coalesce (value "embed.record.embeds.0.external.uri") embed.record.value.embed.external.uri}}){{#if (coalesce (value "embed.record.embeds.0.external.description") embed.record.value.embed.external.description)}} - {{truncate (coalesce (value "embed.record.embeds.0.external.description") embed.record.value.embed.external.description) 140}}{{/if}}{{/if}}
|
|
22
|
+
{{/if}}
|
|
23
|
+
|
|
24
|
+
{{/eachLimit}}
|
|
25
|
+
{{#if (moreCount (coalesce feed posts) 20)}}...and {{moreCount (coalesce feed posts) 20}} more{{/if}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Facebook · Comment Replies
|
|
2
|
+
|
|
3
|
+
{{#if error}}
|
|
4
|
+
{{> _partials/provider-error }}
|
|
5
|
+
{{else}}
|
|
6
|
+
{{#eachLimit replies 20}}
|
|
7
|
+
{{inc @index}}. **{{coalesce author.name author.display_name authorDisplayName author_name from.name username}}** ({{formatDate (coalesce posted_at created_time createdAt timestamp)}}, {{formatCount (coalesce like_count likes_count reactions.like_count reactions.total)}} likes)
|
|
8
|
+
> {{truncate (coalesce text message content body) 200}}
|
|
9
|
+
{{#if (coalesce reply_count replies_count nested_reply_count)}}Replies: {{formatCount (coalesce reply_count replies_count nested_reply_count)}}{{/if}}
|
|
10
|
+
|
|
11
|
+
{{/eachLimit}}
|
|
12
|
+
{{#eachLimit comments 20}}
|
|
13
|
+
{{inc @index}}. **{{coalesce author.name author.display_name authorDisplayName author_name from.name username}}** ({{formatDate (coalesce posted_at created_time createdAt timestamp)}}, {{formatCount (coalesce like_count likes_count reactions.like_count reactions.total)}} likes)
|
|
14
|
+
> {{truncate (coalesce text message content body) 200}}
|
|
15
|
+
{{#if (coalesce reply_count replies_count nested_reply_count)}}Replies: {{formatCount (coalesce reply_count replies_count nested_reply_count)}}{{/if}}
|
|
16
|
+
|
|
17
|
+
{{/eachLimit}}
|
|
18
|
+
{{#if (moreCount replies 20)}}...and {{moreCount replies 20}} more{{/if}}
|
|
19
|
+
{{#if (moreCount comments 20)}}...and {{moreCount comments 20}} more{{/if}}
|
|
20
|
+
{{#unless replies.length}}{{#unless comments.length}}No comment replies returned.{{/unless}}{{/unless}}
|
|
21
|
+
{{/if}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Facebook Comments
|
|
2
|
+
|
|
3
|
+
## Comments
|
|
4
|
+
|
|
5
|
+
{{#eachLimit comments 10}}
|
|
6
|
+
{{inc @index}}. **{{coalesce author.name author_name username}}**: {{truncate (coalesce text message) 200}}{{#if (coalesce reactions.like reaction_count like_count)}} — {{formatCount (coalesce reactions.like reaction_count like_count)}} reactions{{/if}}{{#if reply_count}} · {{formatCount reply_count}} replies{{/if}}{{#if created_at}} · {{formatDate created_at}}{{/if}}
|
|
7
|
+
{{/eachLimit}}
|
|
8
|
+
{{#unless comments.length}}No comments returned.{{/unless}}
|
|
9
|
+
{{#if (moreCount comments 10)}}...and {{moreCount comments 10}} more{{/if}}
|
|
10
|
+
{{#if has_next_page}}More comments available.{{/if}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Facebook · Group Posts
|
|
2
|
+
|
|
3
|
+
{{#eachLimit posts 20}}
|
|
4
|
+
{{inc @index}}. **{{coalesce author.name author.display_name authorDisplayName author_name from.name username}}** — {{formatDate (coalesce posted_at created_time createdAt timestamp)}}
|
|
5
|
+
> {{truncate (coalesce text message content body) 280}}
|
|
6
|
+
Reactions: {{formatCount (coalesce reaction_count reactions_count reactions.total reactions.total_count)}} · Comments: {{formatCount (coalesce comment_count comments_count comments.total comments.total_count)}}{{#if (coalesce shares_count share_count shares.total shares_count_total)}} · Shares: {{formatCount (coalesce shares_count share_count shares.total shares_count_total)}}{{/if}}
|
|
7
|
+
{{#if (coalesce url post_url postUrl permalink_url permalinkUrl facebook_url)}}Post: {{coalesce url post_url postUrl permalink_url permalinkUrl facebook_url}}{{/if}}
|
|
8
|
+
|
|
9
|
+
{{/eachLimit}}
|
|
10
|
+
{{#unless posts.length}}No group posts returned.{{/unless}}
|
|
11
|
+
{{#if (moreCount posts 20)}}...and {{moreCount posts 20}} more{{/if}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Facebook Post
|
|
2
|
+
|
|
3
|
+
{{#if (coalesce description post.message)}}
|
|
4
|
+
> {{truncate (coalesce description post.message) 300}}
|
|
5
|
+
|
|
6
|
+
{{/if}}
|
|
7
|
+
{{#if author.name}}Author: [{{author.name}}]({{author.url}})
|
|
8
|
+
{{/if}}Posted: {{formatDate (coalesce creation_time post.created_time)}}{{#if (coalesce url post.url)}} · Link: {{coalesce url post.url}}{{/if}}{{#if (coalesce post_id post.post_id)}} · Post ID: {{coalesce post_id post.post_id}}{{/if}}
|
|
9
|
+
|
|
10
|
+
## Engagement
|
|
11
|
+
|
|
12
|
+
{{> _partials/stats-table label1="Likes" value1=(formatCount (coalesce like_count post.reactions.total)) label2="Comments" value2=(formatCount (coalesce comment_count post.comments_count)) label3="Shares" value3=(formatCount (coalesce share_count post.shares_count)) label4="Views" value4=(formatCount view_count) }}
|
|
13
|
+
{{#if reaction_counts}}Reactions:{{#if reaction_counts.like}} Like {{formatCount reaction_counts.like}}{{/if}}{{#if reaction_counts.love}} · Love {{formatCount reaction_counts.love}}{{/if}}{{#if reaction_counts.care}} · Care {{formatCount reaction_counts.care}}{{/if}}{{#if reaction_counts.haha}} · Haha {{formatCount reaction_counts.haha}}{{/if}}{{#if reaction_counts.wow}} · Wow {{formatCount reaction_counts.wow}}{{/if}}{{#if reaction_counts.sad}} · Sad {{formatCount reaction_counts.sad}}{{/if}}{{#if reaction_counts.anger}} · Anger {{formatCount reaction_counts.anger}}{{/if}}
|
|
14
|
+
{{/if}}
|
|
15
|
+
{{#if comments}}
|
|
16
|
+
## Top Comments
|
|
17
|
+
|
|
18
|
+
{{#eachLimit comments 3}}
|
|
19
|
+
- **{{author.name}}:** {{truncate text 160}}{{#if reaction_count}} — {{formatCount reaction_count}} reactions{{/if}}
|
|
20
|
+
{{/eachLimit}}
|
|
21
|
+
{{/if}}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{{#if error}}
|
|
2
|
+
# Facebook · Profile Events Error
|
|
3
|
+
|
|
4
|
+
{{> _partials/provider-error}}
|
|
5
|
+
{{else}}
|
|
6
|
+
# Facebook · Profile Events
|
|
7
|
+
|
|
8
|
+
{{#if events}}
|
|
9
|
+
{{#eachLimit events 20}}
|
|
10
|
+
{{inc @index}}. **{{truncate name 200}}**{{#if day_time_sentence}} — {{day_time_sentence}}{{/if}}{{#if event_place.contextual_name}} · {{event_place.contextual_name}}{{/if}}{{#if is_canceled}} · canceled{{/if}}{{#if url}} · [event]({{url}}){{/if}}
|
|
11
|
+
|
|
12
|
+
{{/eachLimit}}
|
|
13
|
+
{{> _partials/more-footer items=events limit=20 }}
|
|
14
|
+
{{else}}
|
|
15
|
+
No profile events returned.
|
|
16
|
+
{{/if}}
|
|
17
|
+
|
|
18
|
+
{{#if has_next_page}}More events available.{{/if}}{{#if cursor}} Cursor: `{{cursor}}`{{/if}}
|
|
19
|
+
{{/if}}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Facebook · Profile Photos
|
|
2
|
+
|
|
3
|
+
{{#eachLimit photos 20}}
|
|
4
|
+
{{inc @index}}. {{truncate accessibility_caption 200}}{{#if created_time}} — {{formatDate created_time}}{{/if}}{{#if reactionCount}} · {{formatCount reactionCount}} reactions{{/if}}{{#if url}}
|
|
5
|
+
[]({{url}}){{/if}}
|
|
6
|
+
|
|
7
|
+
{{/eachLimit}}
|
|
8
|
+
{{#if (moreCount photos 20)}}...and {{moreCount photos 20}} more{{/if}}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Facebook · Profile Posts
|
|
2
|
+
|
|
3
|
+
{{#eachLimit posts 20}}
|
|
4
|
+
{{inc @index}}. {{truncate text 280}}{{#if publishTime}} — {{formatDate publishTime}}{{/if}} · {{formatCount reactionCount}} reactions · {{formatCount commentCount}} comments{{#if shareCount}} · {{formatCount shareCount}} shares{{/if}}{{#if url}} · [post]({{url}}){{/if}}{{#if image}} · [media]({{image}}){{/if}}
|
|
5
|
+
|
|
6
|
+
{{/eachLimit}}
|
|
7
|
+
{{#if (moreCount posts 20)}}...and {{moreCount posts 20}} more{{/if}}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Facebook · Profile Reels
|
|
2
|
+
|
|
3
|
+
{{#eachLimit reels 20}}
|
|
4
|
+
{{inc @index}}. {{truncate (coalesce description "Reel") 280}}{{#if creation_time}} — {{formatDate creation_time}}{{/if}} · {{formatCount view_count}} views{{#if like_count}} · {{formatCount like_count}} likes{{/if}}{{#if comment_count}} · {{formatCount comment_count}} comments{{/if}}{{#if url}} · [reel]({{url}}){{/if}}{{#if thumbnail}} · thumbnail available{{/if}}
|
|
5
|
+
|
|
6
|
+
{{/eachLimit}}
|
|
7
|
+
{{#if (moreCount reels 20)}}...and {{moreCount reels 20}} more{{/if}}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Facebook Profile · {{coalesce name profile.name title}}
|
|
2
|
+
|
|
3
|
+
{{#if username}}Profile: {{username}}{{/if}}
|
|
4
|
+
{{#if url}}Profile URL: {{url}}{{/if}}
|
|
5
|
+
{{#if category}}Category: {{category}}{{/if}}
|
|
6
|
+
{{#if creationDate}}Created: {{creationDate}}{{/if}}
|
|
7
|
+
|
|
8
|
+
## Counts
|
|
9
|
+
|
|
10
|
+
| Metric | Value |
|
|
11
|
+
|---|---:|
|
|
12
|
+
| Followers | {{formatCount (coalesce followerCount followers)}} |
|
|
13
|
+
| Likes | {{formatCount (coalesce likeCount likes)}} |
|
|
14
|
+
{{#if (coalesce posts_count postCount)}}
|
|
15
|
+
| Posts | {{formatCount (coalesce posts_count postCount)}} |
|
|
16
|
+
{{/if}}
|
|
17
|
+
|
|
18
|
+
{{#if (coalesce pageIntro bio)}}
|
|
19
|
+
## Bio
|
|
20
|
+
|
|
21
|
+
> {{truncate (coalesce pageIntro bio) 300}}
|
|
22
|
+
|
|
23
|
+
{{/if}}
|
|
24
|
+
{{#if recentActivity}}
|
|
25
|
+
## Recent Activity
|
|
26
|
+
|
|
27
|
+
{{#eachLimit recentActivity 5}}
|
|
28
|
+
- {{truncate text 180}}{{#if created_time}} — {{formatDate created_time}}{{/if}}
|
|
29
|
+
{{/eachLimit}}
|
|
30
|
+
{{/if}}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Facebook Ad Library · Ad Detail
|
|
2
|
+
|
|
3
|
+
{{#if error}}
|
|
4
|
+
{{> _partials/provider-error}}
|
|
5
|
+
{{else}}
|
|
6
|
+
{{#if pageName}}
|
|
7
|
+
Advertiser: {{pageName}}
|
|
8
|
+
Status: {{#if isActive}}Active{{else}}Inactive{{/if}}
|
|
9
|
+
Run dates: {{formatDate startDate}} - {{formatDate endDate}}
|
|
10
|
+
Platforms: {{publisherPlatform}}
|
|
11
|
+
Impressions/audience: {{coalesce impressions impressionsText reachEstimate "Not disclosed"}}
|
|
12
|
+
Headline: {{coalesce snapshot.title snapshot.cards.0.title}}
|
|
13
|
+
Body: {{coalesce snapshot.body.text snapshot.body snapshot.cards.0.body}}
|
|
14
|
+
Creative: {{coalesce snapshot.cta_text snapshot.display_format}}
|
|
15
|
+
{{#if snapshot.link_url}}Destination: {{snapshot.link_url}}{{/if}}
|
|
16
|
+
{{#if snapshot.page_profile_uri}}Advertiser link: {{snapshot.page_profile_uri}}{{/if}}
|
|
17
|
+
{{#if url}}Ad Library: {{url}}{{/if}}
|
|
18
|
+
|
|
19
|
+
{{#if snapshot.cards}}
|
|
20
|
+
## Creative Variants
|
|
21
|
+
|
|
22
|
+
{{#eachLimit snapshot.cards 5}}
|
|
23
|
+
{{inc @index}}. {{coalesce title cta_text}}
|
|
24
|
+
{{#if body}}Body: {{truncate body 200}}{{/if}}
|
|
25
|
+
{{#if link_description}}Description: {{link_description}}{{/if}}
|
|
26
|
+
{{#if link_url}}Link: {{link_url}}{{/if}}
|
|
27
|
+
|
|
28
|
+
{{/eachLimit}}
|
|
29
|
+
{{/if}}
|
|
30
|
+
{{/if}}
|
|
31
|
+
|
|
32
|
+
{{#if data}}
|
|
33
|
+
Advertiser: {{data.pageName}}
|
|
34
|
+
Status: {{#if data.isActive}}Active{{else}}Inactive{{/if}}
|
|
35
|
+
Run dates: {{formatDate data.startDate}} - {{formatDate data.endDate}}
|
|
36
|
+
Platforms: {{data.publisherPlatform}}
|
|
37
|
+
Impressions/audience: {{coalesce data.impressions data.impressionsText data.reachEstimate "Not disclosed"}}
|
|
38
|
+
Headline: {{coalesce data.snapshot.title data.snapshot.cards.0.title}}
|
|
39
|
+
Body: {{coalesce data.snapshot.body.text data.snapshot.body data.snapshot.cards.0.body}}
|
|
40
|
+
Creative: {{coalesce data.snapshot.cta_text data.snapshot.display_format}}
|
|
41
|
+
{{#if data.snapshot.link_url}}Destination: {{data.snapshot.link_url}}{{/if}}
|
|
42
|
+
{{#if data.snapshot.page_profile_uri}}Advertiser link: {{data.snapshot.page_profile_uri}}{{/if}}
|
|
43
|
+
{{#if data.url}}Ad Library: {{data.url}}{{/if}}
|
|
44
|
+
|
|
45
|
+
{{#if data.snapshot.cards}}
|
|
46
|
+
## Creative Variants
|
|
47
|
+
|
|
48
|
+
{{#eachLimit data.snapshot.cards 5}}
|
|
49
|
+
{{inc @index}}. {{coalesce title cta_text}}
|
|
50
|
+
{{#if body}}Body: {{truncate body 200}}{{/if}}
|
|
51
|
+
{{#if link_description}}Description: {{link_description}}{{/if}}
|
|
52
|
+
{{#if link_url}}Link: {{link_url}}{{/if}}
|
|
53
|
+
|
|
54
|
+
{{/eachLimit}}
|
|
55
|
+
{{/if}}
|
|
56
|
+
{{/if}}
|
|
57
|
+
|
|
58
|
+
{{#if ad}}
|
|
59
|
+
Advertiser: {{ad.pageName}}
|
|
60
|
+
Status: {{#if ad.isActive}}Active{{else}}Inactive{{/if}}
|
|
61
|
+
Run dates: {{formatDate ad.startDate}} - {{formatDate ad.endDate}}
|
|
62
|
+
Platforms: {{ad.publisherPlatform}}
|
|
63
|
+
Impressions/audience: {{coalesce ad.impressions ad.impressionsText ad.reachEstimate "Not disclosed"}}
|
|
64
|
+
Headline: {{coalesce ad.snapshot.title ad.snapshot.cards.0.title}}
|
|
65
|
+
Body: {{coalesce ad.snapshot.body.text ad.snapshot.body ad.snapshot.cards.0.body}}
|
|
66
|
+
Creative: {{coalesce ad.snapshot.cta_text ad.snapshot.display_format}}
|
|
67
|
+
{{#if ad.snapshot.link_url}}Destination: {{ad.snapshot.link_url}}{{/if}}
|
|
68
|
+
{{#if ad.snapshot.page_profile_uri}}Advertiser link: {{ad.snapshot.page_profile_uri}}{{/if}}
|
|
69
|
+
{{#if ad.url}}Ad Library: {{ad.url}}{{/if}}
|
|
70
|
+
|
|
71
|
+
{{#if ad.snapshot.cards}}
|
|
72
|
+
## Creative Variants
|
|
73
|
+
|
|
74
|
+
{{#eachLimit ad.snapshot.cards 5}}
|
|
75
|
+
{{inc @index}}. {{coalesce title cta_text}}
|
|
76
|
+
{{#if body}}Body: {{truncate body 200}}{{/if}}
|
|
77
|
+
{{#if link_description}}Description: {{link_description}}{{/if}}
|
|
78
|
+
{{#if link_url}}Link: {{link_url}}{{/if}}
|
|
79
|
+
|
|
80
|
+
{{/eachLimit}}
|
|
81
|
+
{{/if}}
|
|
82
|
+
{{/if}}
|
|
83
|
+
{{/if}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Facebook Ad Library - Ad Search
|
|
2
|
+
|
|
3
|
+
{{#if searchResultsCount}}Total matching ads: {{formatCount searchResultsCount}}{{/if}}
|
|
4
|
+
{{#if cursor}}More results available: yes{{/if}}
|
|
5
|
+
|
|
6
|
+
{{#if searchResults}}
|
|
7
|
+
{{#eachLimit searchResults 20}}
|
|
8
|
+
{{inc @index}}. {{coalesce snapshot.title snapshot.cards.0.title page_name "Ad"}}
|
|
9
|
+
Advertiser: {{coalesce page_name snapshot.page_name}}
|
|
10
|
+
Body: {{truncate (coalesce snapshot.body.text snapshot.cards.0.body) 220}}
|
|
11
|
+
{{#if start_date}}Started: {{formatDate start_date}}{{/if}}
|
|
12
|
+
{{#if end_date}}Ended: {{formatDate end_date}}{{/if}}
|
|
13
|
+
Active: {{#if is_active}}Yes{{else}}No{{/if}}
|
|
14
|
+
{{#if publisher_platform}}Platforms: {{publisher_platform}}{{/if}}
|
|
15
|
+
Impressions/audience: {{coalesce impressions_with_index.impressions_text reach_estimate "Not disclosed"}}
|
|
16
|
+
{{#if snapshot.link_url}}Destination: {{snapshot.link_url}}{{/if}}
|
|
17
|
+
{{#if url}}Ad Library: {{url}}{{/if}}
|
|
18
|
+
|
|
19
|
+
{{/eachLimit}}
|
|
20
|
+
{{> _partials/more-footer items=searchResults limit=20 noun="ads" }}
|
|
21
|
+
{{/if}}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Facebook Ad Library · Company Ads
|
|
2
|
+
|
|
3
|
+
{{#if searchResultsCount}}Total matching ads: {{formatCount searchResultsCount}}{{/if}}
|
|
4
|
+
|
|
5
|
+
{{#if (coalesce results ads)}}
|
|
6
|
+
{{#eachLimit (coalesce results ads) 20}}
|
|
7
|
+
{{inc @index}}. {{coalesce snapshot.title snapshot.cards.0.title page_name}}
|
|
8
|
+
Advertiser: {{coalesce page_name snapshot.page_name}}
|
|
9
|
+
Body: {{truncate (coalesce snapshot.body.text snapshot.cards.0.body) 200}}
|
|
10
|
+
Started: {{formatDate start_date}}
|
|
11
|
+
{{#if end_date}}Ended: {{formatDate end_date}}{{/if}}
|
|
12
|
+
Active: {{#if is_active}}Yes{{else}}No{{/if}}
|
|
13
|
+
Platforms: {{publisher_platform}}
|
|
14
|
+
Impressions/audience: {{coalesce impressions_with_index.impressions_text reach_estimate "Not disclosed"}}
|
|
15
|
+
{{#if snapshot.link_url}}Destination: {{snapshot.link_url}}{{/if}}
|
|
16
|
+
Ad Library: {{url}}
|
|
17
|
+
|
|
18
|
+
{{/eachLimit}}
|
|
19
|
+
{{#if (moreCount (coalesce results ads) 20)}}...and {{moreCount (coalesce results ads) 20}} more{{/if}}
|
|
20
|
+
{{else}}No ads returned.{{/if}}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Facebook Ad Library · Advertiser Search
|
|
2
|
+
|
|
3
|
+
{{#if searchResults}}
|
|
4
|
+
{{#eachLimit searchResults 20}}
|
|
5
|
+
{{inc @index}}. {{name}}{{#if verification}} ✓{{/if}}
|
|
6
|
+
Category: {{category}}
|
|
7
|
+
Page likes: {{formatCount likes}}
|
|
8
|
+
{{#if page_alias}}Page: https://www.facebook.com/{{page_alias}}
|
|
9
|
+
{{/if}}{{#if ig_username}}Instagram: @{{ig_username}}{{#if ig_verification}} ✓{{/if}} · {{formatCount ig_followers}} followers
|
|
10
|
+
{{/if}}
|
|
11
|
+
|
|
12
|
+
{{/eachLimit}}
|
|
13
|
+
{{#if (moreCount searchResults 20)}}...and {{moreCount searchResults 20}} more{{/if}}
|
|
14
|
+
{{/if}}
|