Plug-and-play endpoints with predictable pricing. Built for LLM tools, crawlers, and analytics.
curl -X POST https://getsearch.xyz/api/v1/json/search \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"type": "text",
"query": "rust http client retry example",
"lang": "en",
"safe": true,
"page": 1
}'
One API for web, images, videos, torrents, forums, music and more.
Rate limits, IP allowlists, and stable, versioned endpoints.
Compact JSON responses and YAML endpoints for prompt piping.
Simple credits model, unused credits never expire. Stable price.
No tracking pixels, no selling logs.
Copy-paste curl, code samples, and a generous test mode.
POST /api/v1/json/search
Authorization: Bearer <YOUR_API_KEY>
Content-Type: application/json
{ "type":"text", "query":"test", "lang":"en", "safe":true, "page":1 }
test to bypass limits