Browse the directory by category
Start at the API Categories section and pick the category that matches your agent’s goal:
- Research & data extraction — AI, Developer Tools, News
- Lead generation & outreach — Lead Generation, Jobs
- Social & content intelligence — Social Media, Videos
- E-commerce & market data — Ecommerce
- Real estate & property data — Real Estate
- Direct agent tool use — MCP Servers
Pick an API using the rating system
Every API in the directory shows a star rating and a review count, for example: ⭐ 4.8 (115).Rankings use a Bayesian average — not a raw mean. This means an API with a 4.8 rating from 115 reviews ranks higher than one with a 5.0 rating from 2 reviews. The formula balances the API’s own rating against the category average, weighted by review volume.Once you’ve chosen an API, its listing URL follows this pattern:Click through to the Apify listing to read the full documentation, input schema, and pricing for that Actor.
Get your Apify API token
All Apify Actors are called via the Apify REST API. You need an API token to authenticate requests.
- Log in to apify.com
- Go to Settings → Integrations
- Copy your Personal API token
Call the API from your agent
Each Apify Actor is called by sending a POST request to the Actor run endpoint. The request body contains the Actor’s input parameters, which vary by Actor — check the listing’s input schema tab for the full reference.Here’s a complete example using the Website Content Crawler, one of the top-ranked APIs in the AI category. It crawls a website and returns clean Markdown text, ready to feed into an LLM or vector store.The Actor ID format is
call_actor.py
{username}~{actor-name}. You can find this on any Apify listing page.Next steps
Browse categories
Explore all 17 API categories and find tools for your use case.
Use cases
See example agents you can build with these APIs.