docs / sitejabber

Sitejabber API

Sitejabber API

base /sitejabber/v15 endpoints
post/sitejabber/v1/reviews1 credit

Get 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.

ParameterAllowed / rangeDescription
domainrequiredThe business's website domain on Sitejabber, e.g. 'amazon.com' or 'nike.com' (a full sitejabber.com/reviews/<domain> URL also works).
page = 1optional1–500Page number. Reviews are 20 per page — page until meta.pagination.has_more is false (meta.pagination.total tells you the total review count).
Try in playground →
post/sitejabber/v1/aggregate1 credit

The 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.

ParameterAllowed / rangeDescription
domainrequiredThe business's website domain on Sitejabber, e.g. 'amazon.com' or 'nike.com' (a full sitejabber.com/reviews/<domain> URL also works).
Try in playground →
post/sitejabber/v1/detail1 credit

The 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.

ParameterAllowed / rangeDescription
domainrequiredThe business's website domain on Sitejabber, e.g. 'amazon.com' or 'nike.com' (a full sitejabber.com/reviews/<domain> URL also works).
Try in playground →
post/sitejabber/v1/category1 credit

Browse 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.

ParameterAllowed / rangeDescription
categoryrequiredshopping · clothing-fashion · computers-technology · beauty · health · home-garden · food-drink · travel · finance · cryptocurrency · business · education · entertainment · autos-vehicles · real-estate · pets-animals · baby-kids · sports · hobbies-interests · art-design · relationships · jobs · law-government · news · science · society · reference · black-ownedThe Sitejabber category. Choose a top-level slug from the list, or type any deeper sub-category slug from a sitejabber.com/categories/<slug> URL — those resolve too.
page = 1optional1–500Page number. Reviews are 20 per page — page until meta.pagination.has_more is false (meta.pagination.total tells you the total review count).
Try in playground →