Discover/agent.ai API
live

agent.ai APIagent.ai

Access agent listings, builder profiles, category tags, and execution stats from the Agent.ai marketplace via 6 structured endpoints.

Endpoints
6
Updated
14d ago
Try it
Page number (0-indexed).
Search keyword to filter agents by name or description.
api.parse.bot/scraper/9cd35268-4784-4038-ba40-74bc4c5a07cd/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9cd35268-4784-4038-ba40-74bc4c5a07cd/list_agents?page=0&query=marketing' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for AI agents by keyword, or list all agents if no query is provided. Returns paginated results sorted by relevance.

Input
ParamTypeDescription
pageintegerPage number (0-indexed).
querystringSearch keyword to filter agents by name or description.
Response
{
  "type": "object",
  "fields": {
    "pages": "integer total number of pages",
    "total": "integer total number of matching agents",
    "agents": "array of agent objects with agent_id, name, description, author, executions, reviews_score, _tags, and more",
    "current_page": "integer current page number (0-indexed)"
  },
  "sample": {
    "data": {
      "pages": 5,
      "total": 87,
      "agents": [
        {
          "name": "Cold Email Analyzer",
          "_tags": [
            "Marketing",
            "Sales"
          ],
          "agent_id": "jmeycu0igyroie3e",
          "executions": 34,
          "is_premium": true,
          "description": "See exactly how a buyer persona would read your cold email.",
          "reviews_score": 0,
          "agent_id_human": "cold-email-analyzer",
          "author_username": "Shaalin"
        }
      ],
      "current_page": 0
    },
    "status": "success"
  }
}

About the agent.ai API

The Agent.ai API provides 6 endpoints to search, filter, and retrieve structured data from the Agent.ai AI agent marketplace. Use list_agents to run keyword searches across agent names and descriptions, get_agent_details to pull full metadata on a single agent including pricing tier, action types, and review scores, and list_builders to surface the top creators ranked by total execution count.

Searching and Filtering Agents

list_agents accepts an optional query string and a 0-indexed page integer. Results include agent_id, name, description, author, executions, reviews_score, and _tags for each agent, alongside pagination fields pages, total, and current_page. To filter by category instead of keyword, filter_agents_by_tag accepts a required tag string — valid values come from get_agent_tags, which returns the full list of available category tag strings with no inputs required.

Agent Detail and Taxonomy

get_agent_details takes an alphanumeric agent_id (obtainable from list or filter results) and returns a richer response: action_types array, pricing_tier (Free, Premium, or Pro), is_premium boolean, reviews_count, and an author object containing name, username, twitter_username, avatar, and user_token. This is the only endpoint that exposes action_types, making it the right call when you need to distinguish agents by what operations they perform.

Builder Profiles

list_builders returns an array of builder objects ranked by executions_count, with fields including display_name, twitter_username, agent_ai_username, and public_agents_count. To get a specific builder's agents, pass any of those identifier values to get_builder_profile, which returns the full profile object plus an agents array of that builder's published agents.

Common use cases
  • Index the full Agent.ai catalog by iterating list_agents pages and storing agent metadata for internal search.
  • Build a category browser by mapping tags from get_agent_tags to paginated results from filter_agents_by_tag.
  • Compare agents by pricing_tier and executions to recommend free, high-usage options for a given use case.
  • Track top builders over time by polling list_builders and recording changes in executions_count and public_agents_count.
  • Enrich a directory of AI tools by pulling action_types and _tags from get_agent_details for each agent_id.
  • Identify prolific creators in a niche by filtering get_builder_profile results against agents with a specific tag.
  • Audit the marketplace for premium-only agents by checking is_premium across all paginated list_agents results.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Agent.ai provide an official public developer API?+
Agent.ai does not publish a documented public developer API. This Parse API provides structured access to the marketplace data that Agent.ai exposes on its website.
What does `get_agent_details` return that the list endpoints don't?+
get_agent_details adds action_types (an array describing what operations the agent performs), pricing_tier (Free, Premium, or Pro), is_premium boolean, and the full author object including twitter_username and user_token. The list and filter endpoints return a summary form of each agent without those fields.
How does pagination work across list and filter endpoints?+
All paginated endpoints use 0-indexed page integers. Responses include pages (total page count), total (total matching agents), and current_page. To retrieve all results, iterate from page 0 through pages - 1.
Does the API expose agent review text or individual user reviews?+
Not currently. The API covers aggregate review data: reviews_score in list results and reviews_count in get_agent_details, but not individual review text, reviewer identities, or per-review ratings. You can fork this API on Parse and revise it to add an endpoint targeting individual review content.
Can I retrieve agents sorted by criteria other than relevance or execution count?+
list_agents returns results sorted by relevance to the search query, and list_builders is sorted by execution count. Sorting by review score, creation date, or pricing tier is not currently supported by the endpoints. You can fork this API on Parse and revise it to add alternative sort parameters.
Page content last updated . Spec covers 6 endpoints from agent.ai.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.