Skip to main content
GET
/
marketplace
/
apis
Search and browse the marketplace
curl --request GET \
  --url https://api.parse.bot/marketplace/apis
{
  "items": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "description": "<string>",
      "front_facing_description": "<string>",
      "source_url": "<string>",
      "is_authenticated": true,
      "endpoint_count": 123,
      "updated_at": "<string>",
      "primary_category": "<string>",
      "secondary_categories": [
        "<string>"
      ],
      "endpoint_preview": [
        {
          "endpoint_name": "<string>",
          "method": "<string>",
          "summary": "<string>"
        }
      ]
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123
}

Query Parameters

q
string

Free-text search across API name, description, and endpoints.

category
string

Filter by category slug.

sort
enum<string>
default:top

Ordering when not searching: 'top' (highest rated), 'recent' (newest), or 'name' (A→Z).

Available options:
top,
recent,
name
country
string

ISO-2 country code for region-aware ranking (e.g. 'US').

semantic
boolean
default:true

Include the semantic (embedding) ranking arm when searching.

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

200 - application/json

Marketplace search results

items
object[]
total
integer
limit
integer
offset
integer