Google Ads
Search Google and retrieve paid advertisement results with title, URL, displayed URL, and description. Supports pagination and geographic targeting.
Use this to see what paid ads appear for a search query — useful for competitive intelligence, ad copy research, and monitoring your own brand terms.
5 credits per request.
Quick example
curl -G "https://api.webscraperapi.ai/v1/google_ads" \
-H "Authorization: Bearer $WEBSCRAPERAPI_API_KEY" \
--data-urlencode "query=project management software" \
--data-urlencode "output=json"Pair with SERP Domain Frequencies to see which competitors dominate both paid and organic results for your target keywords.
Full API reference
Query Parameters
Search query.
1 <= lengthGoogle domain TLD (e.g., 'com', 'de', 'co.uk').
Interface language in IETF BCP 47 (e.g., 'en-US').
Geographic location (e.g., 'California,United States').
Starting page number.
1Number of pages to scrape.
1Whether to render JavaScript.
falseOutput format.
"markdown"Request timeout in milliseconds.
Response Body
application/json
application/json
curl -X GET "https://api.webscraperapi.ai/v1/google_ads?query=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Google Shopping Search
Search Google Shopping for product listings with prices, merchant info, and actual product URLs. Supports currency, language, and geographic targeting.
SERP Domain Frequencies
Analyze Google Shopping results to count how often each domain appears. Useful for competitive analysis and market research.