SocialCrawl

Google

Extract search results, ads, and ad library data

Google

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

Base URL: /v1/google/...

Getting Started

2. Fetch their content

curl "https://socialcrawl.dev/v1/google/company/ads?domain=nike.com" \
  -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.

Endpoints

EndpointPathCredit Tier
Google web search/v1/google/searchstandard (1cr)
Get Google ad details/v1/google/adadvanced (5cr)
Search Google Ad Library advertisers/v1/google/adlibrary/advertisers/searchadvanced (5cr)
List Google ads by company/v1/google/company/adsadvanced (5cr)

Notes

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