Lead generation
Pull Google signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Live Google organic search results — every URL, title, and description on the first page — country-targetable, paginated, ready to use.
This endpoint takes one input: query. The response carries the parsed Google entity — every public field, in a flat, predictable shape.
curl https://api.hproxy.com/v1/scrape/google/search/collect/organic/results \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"best residential proxies"}'{
"success": true,
"results": [
{
"url": "https://x.com/Austen",
"title": "Austen Allred ✓",
"description": "Among the dumbest assertions people make online is, \"Remote work was better but companies brought everyone back in office to justify the rent they were paying…\""
},
{
"url": "https://www.linkedin.com/in/austenallred",
"title": "Austen Allred — CEO & Co-Founder, Bloom Institute of Technology",
"description": "View Austen Allred's profile on LinkedIn…"
}
]
}Organic Google search results — URL, title, description per result.
Pull Google signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Track competitors, audience movements, and trends across Google without standing up any scraping infrastructure.
Feed predictable Google JSON straight into your model fine-tuning pipeline. Same schema every call.
Public ads for a company on Google Ad Transparency Library.
Detailed information about a specific Google ad — variations, regions, impressions.
Find advertisers on Google Ad Transparency Library by name.
Sign in with Google, drop $2 in the wallet, fire your first Search Results call against google.com. If it doesn’t do what you need, the balance is refundable for 24 hours.