SEARCH

Search APIs

3 production-grade search APIs on upAPI. Every endpoint below is live behind the same gateway, takes the same API key, and returns JSON — no per-provider signup, no per-provider billing.

Calling a search API

Every operation on this page is one POST away. Swap the slug, keep the key.

bash
curl -X POST https://api.upapi.io/google-autocomplete.post \
  -H "X-Api-Key: $UPAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Read the full API documentation →

Other categories