cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/builtwith/popular_technologies \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data '{ "timeout": 300 }'
{ "technology": "<unknown>", "website_count": "<unknown>", "url": "<unknown>" }
Extract popular technologies from BuiltWith homepage with website counts
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response