Every API, one clean contract.
153 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
13 APIsE-commerce & Marketplaces
31 APIsReal Estate
10 APIsJobs & Hiring
12 APIsTravel & Lodging
7 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
20 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsSitejabber API
livepost/sitejabber/v1/reviews1 creditGet a business's customer reviews from Sitejabber by domain — paginated, 20 per page. Each review has the 1-5 star rating, title, full text, the five sub-ratings (service, value, shipping, returns, quality), date, the reviewer's country, verified status, products used, helpful/not-helpful vote counts and the business's reply. Page with `page` until meta.pagination.has_more is false.
{
"domain": "amazon.com"
}Try in playground →post/sitejabber/v1/aggregate1 creditThe rating summary for a business by domain (no individual reviews) — overall star rating, total review count, the 5★→1★ rating distribution, and the five sub-rating averages (service, value, shipping, returns, quality). Cheaper than `reviews` when you only need the score.
{
"domain": "amazon.com"
}Try in playground →post/sitejabber/v1/detail1 creditThe full business profile on Sitejabber by domain — name, website, founded year, industry, the AI summary of what customers say, categories, overall rating, total review count, sub-rating breakdown and the rating distribution.
{
"domain": "nike.com"
}Try in playground →post/sitejabber/v1/search1 creditSearch Sitejabber for businesses by name or keyword — returns matching businesses with name, domain, overall rating, total review count, industry and AI summary. 28 per page.
{
"query": "amazon"
}Try in playground →post/sitejabber/v1/category1 creditBrowse the businesses listed in a Sitejabber category — returns each business's name, domain, rating, review count and industry, ranked. 10 per page; paginate with `page`. Pick a top-level category from the list, or pass any deeper sub-category slug from a sitejabber.com/categories/<slug> URL (e.g. 'banking', 'insurance', 'web-hosting', 'dating') — those work too.
{
"category": "shopping"
}Try in playground →
Social Media
10 APIs