cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/g2/search \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "q": "<string>", "timeout": 300 } '
{ "name": "<unknown>", "vendor_name": "<unknown>", "product_url": "<unknown>", "description": "<unknown>", "slug": "<unknown>", "g2rating": "<unknown>", "thumb_image_url": "<unknown>", "survey_responses_count": "<unknown>", "type": "<unknown>" }
Search G2 products and companies by keyword. Returns software products with ratings, categories, and vendor information.
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response