The catalog
Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
★
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsLocal Business Intelligence
live/enrich-local · 2 endpoints
post/enrich-local/v1/business_lookup8 creditsname+location ‖ place_query → matched place (Google Maps) + multi-source review presence + website health + indexed presence + negative-news + legitimacy signal list, with an honest coverage_note + per-group provenance.
namelocationplace_querylatlngcountryyelp_enc_biz_idincludeexclude
{
"name": "Katz's Delicatessen",
"location": "Manhattan",
"lat": 40.7223,
"lng": -73.9874,
"include": [
"website"
]
}Try in playground →post/enrich-local/v1/batch8 creditsenrich up to 10 businesses in one call (lead-list use-case; per-item ok/error, cache-first).
businesses*includeexclude
{
"businesses": [
{
"name": "b0",
"location": "x"
},
{
"name": "b1",
"location": "x"
},
{
"name": "b2",
"location": "x"
},
{
"name": "b3",
"location": "x"
},
{
"name": "b4",
"location": "x"
},
{
"name": "b5",
"location": "x"
},
{
"name": "b6",
"location": "x"
},
{
"name": "b7",
"location": "x"
},
{
"name": "b8",
"location": "x"
},
{
"name": "b9",
"location": "x"
},
{
"name": "b10",
"location": "x"
}
]
}Try in playground →
Social Media
7 APIs