cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/trustmrr/search_company \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "q": "<string>", "timeout": 300 } '
{ "company_name": "<unknown>", "description": "<unknown>", "revenue": "<unknown>", "slug": "<unknown>", "payment_provider": "<unknown>", "x_handle": "<unknown>", "last_30_days_revenue": "<unknown>", "on_sale": "<unknown>" }
Search for company details on TrustMRR by name
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response