AnyAPI
AnyAPI gives AI agents one API key and one USD wallet to call hundreds of scraping and data APIs - LinkedIn, Instagram, TikTok, YouTube, X, Reddit, Facebook…
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Get Api: Get the full definition of one API by SKU, including its normalized input and output JSON schemas.
- Get Balance: Get the remaining wallet balance (in USD) for the AnyAPI key supplied as a Bearer token. Requires a valid AnyAPI key.
- List Apis: List available AnyAPI APIs, optionally filtered by free-text query and/or category. Returns lightweight summaries without schemas.
What data it sees
Do you need an account
An API key from the service settings is required
AnyAPI gives AI agents one API key and one USD wallet to call hundreds of scraping and data APIs - LinkedIn, Instagram, TikTok, YouTube, X, Reddit, Facebook, Google Search, Google Maps, Amazon, and clean JSON from any web page that blocks bots - through a single normalized interface. Every API exposes a normalized input/output JSON Schema, so an agent discovers, inspects, quotes, and runs any of them with the same loop. Pricing is real-dollar pay-per-request with no subscriptions.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| get_api | Get the full definition of one API by SKU, including its normalized input and output JSON schemas. |
| get_balance | Get the remaining wallet balance (in USD) for the AnyAPI key supplied as a Bearer token. Requires a valid AnyAPI key. |
| list_apis | List available AnyAPI APIs, optionally filtered by free-text query and/or category. Returns lightweight summaries without schemas. |
| run_api | Execute an API by SKU with a normalized input payload. Requires a valid AnyAPI key as a Bearer token. Charges credits on success. Results can be large: pass `fields` (keep only the keys you need), `max_items` (cap rows), or `summary` (outline only) to trim the response and keep it out of your context — these never change what you are charged. |