Google
Extract search results, ads, and ad library data
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
| Endpoint | Path | Credit Tier |
|---|---|---|
| Google web search | /v1/google/search | standard (1cr) |
| Get Google ad details | /v1/google/ad | advanced (5cr) |
| Search Google Ad Library advertisers | /v1/google/adlibrary/advertisers/search | advanced (5cr) |
| List Google ads by company | /v1/google/company/ads | advanced (5cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
