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.
G
SearchGoogle Autocomplete
Real Google search suggestions (autocomplete/suggest) via pure HTTP — no browser, no CAPTCHA. Set expand=true to mine long-tail keywords.
● live
L
SearchLinkedIn Profile Search
Find LinkedIn profiles by job title and location. Returns name, headline, and profile URL. Web-search backed — no login required.
● live
W
SearchWeb Search
Search the web and get structured results (titles, URLs, snippets). DuckDuckGo-backed — no browser, no CAPTCHA, fast.
● live
Calling a search API
Every operation on this page is one POST away. Swap the slug, keep the key.
curl -X POST https://api.upapi.io/google-autocomplete.post \
-H "X-Api-Key: $UPAPI_KEY" \
-H "Content-Type: application/json" \
-d '{}'