Skip to main content
POST
Stream reviews in real-time using Server-Sent Events

Path Parameters

endpoint
string
required

The scraper endpoint name (e.g., 'avvo', 'yelp', 'google', 'amazon'). This corresponds to any available review scraper in our system.

Example:

"https://py-api.hobbo.ai/avvo-continues/reviews"

Body

application/json
query
string<uri>
required

The URL of the page to scrape reviews from

Response

Reviews streamed successfully via Server-Sent Events. Each event contains review data as it becomes available.

Server-Sent Events stream containing review data chunks