Continues description for endpoint
The continuous endpoint streams review data in real-time using Server-Sent Events (SSE). Unlike traditional endpoints that wait for the entire scraping process to complete, this endpoint returns reviews as they are fetched from the source, allowing clients to receive and process data incrementally without waiting for the full response.
Documentation Index
Fetch the complete documentation index at: https://docs.hobbo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The scraper endpoint name (e.g., 'avvo', 'yelp', 'google', 'amazon'). This corresponds to any available review scraper in our system.
"https://py-api.hobbo.ai/avvo-continues/reviews"
Body
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