SocialCrawl
Google

Google

Extract search results, ads, and ad library data

Google

Extract search results, ads, and ad library data. 9 endpoints available.

Base URL: /v1/google/...

Getting Started

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/google/company/ads" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

EndpointPathCredit Tier
Google web search/v1/google/searchstandard (1cr)
Search Google Ad Library advertisers/v1/google/adlibrary/advertisers/searchadvanced (5cr)
List Google ads by company/v1/google/company/adsadvanced (5cr)
Get a Google Business Profile/v1/google/business/infostandard (1cr)
Get Google extended (multi-source) reviews/v1/google/business/extended-reviewsadvanced (5cr)
Get Google Business Profile posts (updates)/v1/google/business/updatesstandard (1cr)
Get Google Business Profile questions & answers/v1/google/business/questionsadvanced (5cr)
Search Google hotels/v1/google/hotels/searchstandard (1cr)
Get Google hotel detail/v1/google/hotels/infoadvanced (5cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
Google | Socialcrawl