Hellopeter: Get Business Reviews
Hellopeter via Parse · reviews_ratings
Retrieve reviews for a business on HelloPeter by its URL slug. Returns paginated reviews (11 per page) with cursor-based pagination. Supports filtering by star rating, keyword search, and date range. Each review includes the author, rating, content, business reply messages, and metadata. Pass the next_cursor value from a previous response to get the next page of results. Access business reviews and ratings from HelloPeter, South Africa's leading consumer review platform. Fulfilled by Parse from www.hellopeter.com.
- b2b-directory
- ecommerce
- hellopeter
- parse
- platform-key
- reviews-ratings
- www-hellopeter-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- reviews_ratings
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3932a679-fdec-421b-bcf4-8c2f8a8b0910/get_business_reviews
- Interface artifact
- sha256:429c65ee4b7ba124d9c33c4b7c39b8cbc1aad80ca327cb9d4c94002a785f8965
- Manifest digest
- sha256:40c4c924147092c6f4e226f249c3388bb9ac3556108a70a41e66abfb9ac08e11
Request fields
- cursor (string): Pagination cursor from a previous response's next_cursor field. Omit or leave empty for the first page.
- keyword (string): Search keyword to filter reviews by content.
- ratings (string): Filter by star rating (1-5). Pass a single digit e.g. '5' for 5-star reviews only.
- date_posted (string): Time period filter for reviews. When omitted, defaults to last 12 months.: Allowed values: last_12_months, last_6_months, last_3_months, last_month
- business_slug (string, required): URL slug of the business on HelloPeter (e.g. 'vodacom', 'telkom', 'fnb'). This is the path segment from the business page URL.
Example queries
- {"date_posted":"last_12_months","business_slug":"vodacom"}