Endpoint catalog

Over 350 endpoints across 35+ platforms, all under one predictable path. This page summarizes the categories and shows representative endpoints. The full, always-current list lives in the dashboard playground.

One shape for every endpoint

Every extractor is /v1/{platform}/{action}. The platform is the source site, and the action is what you want from it. Some actions take path parameters like an id, and each returns JSON shaped after the source. See Making a request for the body and response format.

shape.txt
# Every endpoint shares one shape:
POST https://api.capzy.ai/v1/{platform}/{action}

# A few examples:
POST /v1/google/search
POST /v1/amazon/products/{asin}
POST /v1/reddit/posts/{post_id}/comments
POST /v1/twitter/tweets/advanced-search
POST /v1/ebay/category_items/{category_id}/items
The playground is the source of truth
The dashboard playground lists every platform, every action, its method, its parameters, and a live example. Because the catalog grows, treat the playground as authoritative rather than this summary.

Search engines

PlatformDescription
google61 endpoints. e.g. google/search, plus maps, news, images, shopping, and more.
bing11 endpoints. e.g. bing/search.
duckduckgo8 endpoints.
yahoo6 endpoints.
yandex / baidu / naver / braveRegional and alternative engines. e.g. yandex/search, baidu/search.

Marketplaces & retail

PlatformDescription
amazon14 endpoints. e.g. amazon/search, amazon/products/{asin}.
ebay11 endpoints. e.g. ebay/category_items/{category_id}/items.
walmart10 endpoints. e.g. walmart/search.
homedepot / targete.g. homedepot/search, target/product.
shopee / depop / vinted / leboncoinMarketplaces and resale. e.g. vinted/search, shopee/product.

Social & media

PlatformDescription
youtube40 endpoints. e.g. youtube/videos.
twitter34 endpoints. e.g. twitter/tweets/advanced-search.
tiktok22 endpoints.
reddit21 endpoints. e.g. reddit/posts/{post_id}/comments.
facebook / instagram / linkedin / truthsocialProfiles, posts, and feeds. e.g. instagram/profile.

Travel & real estate

PlatformDescription
zillow / realtor / apartmentsUS residential listings. e.g. zillow/property.
immobiliare / loopnetEuropean residential and US commercial real estate.
hilton5 endpoints. Hotel search, directory, and rooms.
tripadvisor / opentableReviews, attractions, and restaurant availability.

Other

PlatformDescription
apple4 endpoints. App Store search and listings.
chatgpt4 endpoints.
yelp3 endpoints. Business search and reviews.

Next