Federated States of Micronesia Google Search API country flag

The complete tutorial for using the Federated States of Micronesia 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": 2583,
    "hl": ""
}'
                    
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'