Every API, one clean contract.
133 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
12 APIsE-commerce & Marketplaces
24 APIsReal Estate
7 APIsJobs & Hiring
11 APIsTravel & Lodging
4 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
16 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsYandex Maps API
livepost/yandex-maps/v1/search1 creditSearch Yandex Maps for businesses by text/category. Returns up to ~25 orgs with name, address, coordinates, rating, review count, categories, phone, website, social links and opening hours.
{
"text": "kahve",
"region_id": "103705",
"city": "istanbul"
}Try in playground →post/yandex-maps/v1/detail1 creditFull business card for one org by org_id (or a Yandex Maps org URL): name, address, coordinates, rating, categories, phones, website, social links, opening hours, features and photo count.
{
"org_id": "1242233919"
}Try in playground →post/yandex-maps/v1/reviews1 creditPaginated public customer reviews for an org: author handle, level, star rating, text, date and the business's reply. 50 reviews per page — page with `page`; meta.total_pages / meta.review_count tell you how many.
{
"org_id": "1242233919"
}Try in playground →post/yandex-maps/v1/nearby1 creditFind businesses of a category around a coordinate. Returns geo-anchored orgs (same shape as search) closest to the given 'lon,lat' center.
{
"ll": "28.985,41.036",
"text": "eczane"
}Try in playground →post/yandex-maps/v1/geocode1 creditGeocode an address/place name to coordinates via Yandex. Returns the matched toponym with latitude/longitude and a normalized address. Pass a complete address; Yandex resolves it directly (don't over-qualify a place already named).
{
"address": "Taksim Meydanı"
}Try in playground →
Social Media
9 APIs