All SDKs
cURL

cURL / REST

Call the API with any HTTP client. No SDK required.

Search example

terminal
curl -X GET "https://api.serpii.com/v1/search?q=coffee+shops+austin&location=Austin%2C+TX&num=10" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Base URL

All endpoints use this base:

https://api.serpii.com/v1
← Back to SDKs