Saint Vincent and the Grenadines Google Search API country flag

The complete tutorial for using the Saint Vincent and the Grenadines SERP API to retrieve Google Search Results from any locations.


01. Create Task
curl --request POST 'https://app.booapi.com/api/v1.1.0/google-serp/task/?key=APIKEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "keywords": ["hello world"],
    "googleId": 2670,
    "hl": "en"
}'
                    
02. Check Status
curl --request GET 'https://app.booapi.com/api/v1.1.0/google-serp/task/status/TASKID?key=APIKEY'
03. Get Results
curl --request GET 'https://app.booapi.com/api/v1.1.0/google-serp/task/results/TASKID?key=APIKEY&limit=1'