Google Search Results Scraper avatar
Google Search Results Scraper

Pricing

Pay per event

Go to Store
Google Search Results Scraper

Google Search Results Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, AI overviews, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export scraped data, run the scraper via API, schedule runs, or integrate with other tools.

4.8 (25)

Pricing

Pay per event

567

Total users

61K

Monthly users

3.5K

Runs succeeded

>99%

Issues response

13 days

Last modified

12 days ago

DB

SearchQuery is missing from exported results

Closed

db_blush opened this issue
4 months ago

When I try to export organic serp results the search query is missing.

aja_bar avatar

Hi there! Thank you for reaching out and reporting this. Try adding "view": "organic_results" . This adjustment will spread each result into a separate row and include the searchQuery information. With the following input I'm able to export searchQuery for each organic result:

{
"countryCode": "gb",
"forceExactMatch": false,
"includeIcons": false,
"includeUnfilteredResults": false,
"languageCode": "en",
"maxPagesPerQuery": 10,
"mobileResults": false,
"queries": "bathroom lighting\nflooring for wet rooms\n...",
"resultsPerPage": 100,
"saveHtml": false,
"saveHtmlToKeyValueStore": false,
"wordsInTitle": [],
"wordsInText": [],
"wordsInUrl": [],
"view": "organic_results"
}

Hope this helps!

Cheers, Andrea