Send Requests
SerpWow executes search requests in real time returning clean, structured JSON HTML or CSV results. You can achieve fine-grained control over your search query using the search parameters.
🔄 This API endpoint uses a synchronous request model. The response will be delivered immediately upon completion of the request.
If you prefer to collect responses later, you have two options:
- Batch Processing: Send requests in batches and use a webhook to retrieve batch results as they become available.
- Download from UI: Access completed results directly from the UI for later processing.
GET /search
Performing a search is as simple as making a GET HTTP request to the SerpWow search endpoint. The only required parameters are api_key (sign up for free to get an API key) and q (your search query).
For example, to search for the phrase pizza the SerpWow search request would be:
Lets say we want to refine our query to search for pizza within London, UK . Here's how we could use the SerpWow location parameter to achieve just that:
Now lets try the same search but in Paris, France . When we update the location parameter note how SerpWow automatically changes the google_domain parameter to google.fr and the gl (country) and hl (language) parameters to hl=fr (so you see localized results exactly as a human user in Paris would):
This quickstart that will get you up and running with Postman and SerpWow API
Now lets take a look at how to paginate through results using the page and num parameters. page determines the page number of the results (starting from 1) and num determines the number of results to show per page. If we wanted to show the 2nd page of results, based on 10 results per page, our query would be: