Republic of the Congo Google Search API country flag

The complete tutorial for using the Republic of the Congo 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": 2178,
    "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'