{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/healthcheck":{"get":{"summary":"Health Check","operationId":"health_check_healthcheck_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/celery-producer-metrics":{"get":{"summary":"Celery Producer Metrics","description":"Get metrics for FastCeleryProducer (for monitoring and comparison)","operationId":"celery_producer_metrics_celery_producer_metrics_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/create_user":{"post":{"summary":"Create User","operationId":"create_user_create_user_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateUserRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/get_user":{"post":{"summary":"Get User","operationId":"get_user_get_user_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetUserRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/get_users":{"post":{"summary":"Get Users","operationId":"get_users_get_users_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetUsersRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/update_user":{"post":{"summary":"Update User","operationId":"update_user_update_user_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateUserRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/update_user/tokens":{"post":{"summary":"Update User Tokens","operationId":"update_user_tokens_update_user_tokens_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateUserTokensRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/linkedin":{"post":{"summary":"Linkedin Endpoint","operationId":"linkedin_endpoint_linkedin_post","parameters":[{"name":"data_provider","in":"query","required":false,"schema":{"type":"string","default":"rapidapi","title":"Data Provider"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedInRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/linkedin-advanced":{"post":{"summary":"Linkedin Endpoint","operationId":"linkedin_endpoint_linkedin_advanced_post","parameters":[{"name":"data_provider","in":"query","required":false,"schema":{"type":"string","default":"apify","title":"Data Provider"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedInRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/linkedin-keyword-search":{"post":{"summary":"Linkedin Keyword Search","operationId":"linkedin_keyword_search_linkedin_keyword_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedInKeywordSearchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/traffic-estimate":{"post":{"summary":"Estimate Traffic","operationId":"estimate_traffic_traffic_estimate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrafficRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/pixel-scraper":{"post":{"summary":"Get Pixels","operationId":"get_pixels_pixel_scraper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PixelRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/domain-keywords":{"post":{"summary":"Domain Keywords","operationId":"domain_keywords_domain_keywords_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/google":{"post":{"summary":"Google Search","operationId":"google_search_google_post","parameters":[{"name":"data_provider","in":"query","required":false,"schema":{"type":"string","default":"rapidapi","title":"Data Provider"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleSearchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/google-advanced":{"post":{"summary":"Google Search","operationId":"google_search_google_advanced_post","parameters":[{"name":"data_provider","in":"query","required":false,"schema":{"type":"string","default":"apify","title":"Data Provider"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleSearchRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/facebook":{"post":{"summary":"Facebook Endpoint","operationId":"facebook_endpoint_facebook_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FacebookRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/facebook_with_reuse":{"post":{"summary":"Facebook Endpoint With Reuse","operationId":"facebook_endpoint_with_reuse_facebook_with_reuse_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FacebookRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/google_shopping":{"post":{"summary":"Search Ads","operationId":"search_ads_google_shopping_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleShoppingRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/google_shopping_status":{"post":{"summary":"Google Shopping Status","operationId":"google_shopping_status_google_shopping_status_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleShoppingStatusRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/tiktok_search":{"post":{"summary":"Tiktok Search","operationId":"tiktok_search_tiktok_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TikTokSearchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/tiktok_ad_details":{"post":{"summary":"Tiktok Ad Details","operationId":"tiktok_ad_details_tiktok_ad_details_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TikTokAdDetailsRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/facebook_ad_search":{"post":{"summary":"Facebook Ad Search","operationId":"facebook_ad_search_facebook_ad_search_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FacebookAdSearchRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/facebook_total_ad_count_comparison":{"post":{"summary":"Facebook Total Ad Count Comparison","operationId":"facebook_total_ad_count_comparison_facebook_total_ad_count_comparison_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FacebookTotalAdCountComparisonRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/facebook_with_retry":{"post":{"summary":"Facebook With Retry","operationId":"facebook_with_retry_facebook_with_retry_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FacebookRequestWithRetry"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/youtube_transcript":{"post":{"summary":"Youtube Transcript","operationId":"youtube_transcript_youtube_transcript_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/YoutubeTranscriptRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/import_domains_to_redis":{"get":{"summary":"Import Domains To Redis Endpoint","operationId":"import_domains_to_redis_endpoint_import_domains_to_redis_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}},"post":{"summary":"Import Domains To Redis Endpoint","operationId":"import_domains_to_redis_endpoint_import_domains_to_redis_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/user_history":{"post":{"summary":"User History","operationId":"user_history_user_history_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserHistoryRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/credits_check":{"post":{"summary":"Credits Check","description":"Check user's current credit balance by email and API key.\nUses database-only authentication for this endpoint.\n\nReturns:\n    dict: JSON response with current_credits field containing the user's token count","operationId":"credits_check_credits_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditsCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/auth":{"post":{"summary":"Auth Check","description":"Validate user credentials (email and API key).\nReturns 200 if valid, 401 if invalid.","operationId":"auth_check_auth_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/track":{"post":{"summary":"Track Domain","description":"Main tracking endpoint that handles start/pause/delete operations.","operationId":"track_domain_track_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/cron-run":{"post":{"summary":"Cron Run Endpoint","description":"Internal endpoint for Render cron job execution.\nThis endpoint scans for due jobs and enqueues ARQ tasks.","operationId":"cron_run_endpoint_cron_run_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/track/results":{"get":{"summary":"Get Tracking Results Endpoint","description":"Get tracking results for a user or specific job.","operationId":"get_tracking_results_endpoint_track_results_get","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","title":"Email"}},{"name":"api_key","in":"query","required":true,"schema":{"type":"string","title":"Api Key"}},{"name":"job_id","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/track/jobs":{"get":{"summary":"Get Tracking Jobs Endpoint","description":"Get all tracking jobs for a user.","operationId":"get_tracking_jobs_endpoint_track_jobs_get","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","title":"Email"}},{"name":"api_key","in":"query","required":true,"schema":{"type":"string","title":"Api Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AuthRequest":{"properties":{"email":{"type":"string","title":"Email"},"api_key":{"type":"string","title":"Api Key"}},"type":"object","required":["email","api_key"],"title":"AuthRequest"},"CreateUserRequest":{"properties":{"master_key":{"type":"string","title":"Master Key"},"email":{"type":"string","title":"Email"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"tokens":{"type":"integer","title":"Tokens","default":50},"stripe_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stripe Id"},"card_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Card Id"}},"type":"object","required":["master_key","email"],"title":"CreateUserRequest"},"CreditsCheckRequest":{"properties":{"email":{"type":"string","title":"Email"},"api_key":{"type":"string","title":"Api Key"}},"type":"object","required":["email","api_key"],"title":"CreditsCheckRequest"},"FacebookAdSearchRequest":{"properties":{"api_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Api Key"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"keyword":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Keyword"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"all_ads":{"type":"boolean","title":"All Ads","default":false},"new_credit":{"type":"boolean","title":"New Credit","default":true},"pagination":{"type":"boolean","title":"Pagination","default":false}},"type":"object","title":"FacebookAdSearchRequest"},"FacebookRequest":{"properties":{"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"},"facebook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Facebook Url"},"company_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Domain"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"media_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Media Type"},"active_status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Active Status"},"all_ads":{"type":"boolean","title":"All Ads","default":false},"check_ugc":{"type":"boolean","title":"Check Ugc","default":false},"internal_testing":{"type":"boolean","title":"Internal Testing","default":false},"test":{"type":"boolean","title":"Test","default":false},"skip_aws":{"type":"boolean","title":"Skip Aws","default":false},"railwayq":{"type":"boolean","title":"Railwayq","default":false},"celeryq":{"type":"boolean","title":"Celeryq","default":false},"new_celeryq":{"type":"boolean","title":"New Celeryq","default":true},"batching_jobs":{"type":"boolean","title":"Batching Jobs","default":false}},"type":"object","required":["api_key","email"],"title":"FacebookRequest"},"FacebookRequestWithRetry":{"properties":{"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"},"facebook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Facebook Url"},"company_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Domain"},"extract":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Extract"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"media_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Media Type"},"test":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Test","default":false}},"type":"object","required":["api_key","email"],"title":"FacebookRequestWithRetry"},"FacebookTotalAdCountComparisonRequest":{"properties":{"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"},"facebook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Facebook Url"},"company_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Domain"},"extract":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Extract"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"media_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Media Type"},"test":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Test","default":false}},"type":"object","required":["api_key","email"],"title":"FacebookTotalAdCountComparisonRequest"},"GetUserRequest":{"properties":{"master_key":{"type":"string","title":"Master Key"},"email":{"type":"string","title":"Email"}},"type":"object","required":["master_key","email"],"title":"GetUserRequest"},"GetUsersRequest":{"properties":{"master_key":{"type":"string","title":"Master Key"}},"type":"object","required":["master_key"],"title":"GetUsersRequest"},"GoogleSearchRequest":{"properties":{"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"api_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Api Key"},"media_type":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Media Type"},"company_domain":{"type":"string","title":"Company Domain"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"test":{"type":"boolean","title":"Test","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"data_provider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Data Provider"},"all_ads":{"type":"boolean","title":"All Ads","default":false},"extract-text":{"type":"boolean","title":"Extract-Text","default":false},"skip_aws":{"type":"boolean","title":"Skip Aws","default":false},"railwayq":{"type":"boolean","title":"Railwayq","default":false},"celeryq":{"type":"boolean","title":"Celeryq","default":false},"new_celeryq":{"type":"boolean","title":"New Celeryq"},"batching_jobs":{"type":"boolean","title":"Batching Jobs","default":false},"performance_testing":{"type":"boolean","title":"Performance Testing","default":false}},"type":"object","required":["company_domain"],"title":"GoogleSearchRequest"},"GoogleShoppingRequest":{"properties":{"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"},"company_domain":{"type":"string","title":"Company Domain"},"shopping":{"type":"boolean","title":"Shopping","default":false}},"type":"object","required":["api_key","email","company_domain"],"title":"GoogleShoppingRequest"},"GoogleShoppingStatusRequest":{"properties":{"id":{"type":"string","title":"Id"},"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"}},"type":"object","required":["id","api_key","email"],"title":"GoogleShoppingStatusRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"KeywordsRequest":{"properties":{"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"api_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Api Key"},"company_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Domain"},"language":{"type":"string","title":"Language","default":"English"},"limit":{"type":"integer","title":"Limit","default":1}},"type":"object","title":"KeywordsRequest"},"LinkedInKeywordSearchRequest":{"properties":{"email":{"type":"string","title":"Email"},"api_key":{"type":"string","title":"Api Key"},"keyword":{"type":"string","title":"Keyword"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"dateOption":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dateoption"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"}},"type":"object","required":["email","api_key","keyword"],"title":"LinkedInKeywordSearchRequest"},"LinkedInRequest":{"properties":{"email":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Email"},"api_key":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Api Key"},"linkedin_page_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Linkedin Page Id"},"linkedin_page_ids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Linkedin Page Ids"},"company_domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Domain"},"company_domains":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Company Domains"},"continuation_token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Continuation Token"},"extract":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Extract"},"date_filter":{"anyOf":[{"type":"string"},{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Date Filter"},"test":{"type":"boolean","title":"Test","default":false},"all_ads":{"type":"boolean","title":"All Ads","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"},"data_provider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Data Provider"},"internal_scrape":{"type":"boolean","title":"Internal Scrape","default":false},"live_ads":{"type":"boolean","title":"Live Ads","default":false},"skip_aws":{"type":"boolean","title":"Skip Aws","default":false},"railwayq":{"type":"boolean","title":"Railwayq","default":false},"celeryq":{"type":"boolean","title":"Celeryq"},"batching_method":{"type":"boolean","title":"Batching Method","default":false},"batching_jobs":{"type":"boolean","title":"Batching Jobs","default":false}},"type":"object","title":"LinkedInRequest"},"PixelRequest":{"properties":{"email":{"type":"string","title":"Email"},"domain":{"type":"string","title":"Domain"}},"type":"object","required":["email","domain"],"title":"PixelRequest"},"TikTokAdDetailsRequest":{"properties":{"id":{"type":"string","title":"Id"},"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"}},"type":"object","required":["id","api_key","email"],"title":"TikTokAdDetailsRequest"},"TikTokSearchRequest":{"properties":{"keyword":{"type":"string","title":"Keyword"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code"},"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"}},"type":"object","required":["keyword","api_key","email"],"title":"TikTokSearchRequest"},"TrackRequest":{"properties":{"email":{"type":"string","title":"Email"},"api_key":{"type":"string","title":"Api Key"},"company_domain":{"type":"string","title":"Company Domain"},"endpoints":{"items":{"type":"string"},"type":"array","title":"Endpoints"},"frequency":{"type":"string","title":"Frequency"},"track_action":{"type":"string","title":"Track Action"},"job_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Job Id"}},"type":"object","required":["email","api_key","company_domain","endpoints","frequency","track_action"],"title":"TrackRequest"},"TrafficRequest":{"properties":{"email":{"type":"string","title":"Email"},"domain":{"type":"string","title":"Domain"},"language":{"type":"string","title":"Language","default":"English"},"location_code":{"type":"integer","title":"Location Code","default":2840},"limit":{"type":"integer","title":"Limit","default":1},"test":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Test","default":false}},"type":"object","required":["email","domain"],"title":"TrafficRequest"},"UpdateUserRequest":{"properties":{"master_key":{"type":"string","title":"Master Key"},"email":{"type":"string","title":"Email"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"stripe_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stripe Id"},"card_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Card Id"},"credit_tokens":{"type":"integer","title":"Credit Tokens","default":0},"debit_tokens":{"type":"integer","title":"Debit Tokens","default":0}},"type":"object","required":["master_key","email"],"title":"UpdateUserRequest"},"UpdateUserTokensRequest":{"properties":{"master_key":{"type":"string","title":"Master Key"},"email":{"type":"string","title":"Email"},"amount":{"type":"integer","title":"Amount"}},"type":"object","required":["master_key","email","amount"],"title":"UpdateUserTokensRequest"},"UserHistoryRequest":{"properties":{"email":{"type":"string","title":"Email"},"api_key":{"type":"string","title":"Api Key"}},"type":"object","required":["email","api_key"],"title":"UserHistoryRequest"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"YoutubeTranscriptRequest":{"properties":{"api_key":{"type":"string","title":"Api Key"},"email":{"type":"string","title":"Email"},"url":{"type":"string","title":"Url"}},"type":"object","required":["api_key","email","url"],"title":"YoutubeTranscriptRequest"}}}}