Influenster Review Crawler
Pay $5.00 for 1,000 results
Influenster Review Crawler
Pay $5.00 for 1,000 results
Extract reviews from the Influenster review crawler using a list of URLs. The desired output includes: URL, product name, brand, author name, published date, review title, average review rating, individual review rating, review text, and like count.
You can access the Influenster Review Crawler programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "start_urls": [
3 {
4 "url": "https://www.influenster.com/reviews/arm-hammertm-essentialstm-solid-deodorant-coconut-geranium/reviews"
5 }
6 ]
7}' |
8apify call webscrapewizard/influenster-review-crawler --silent --output-dataset
Influenster Review Crawler API through CLI
The Apify CLI is the official tool that allows you to use Influenster Review Crawler locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 3 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Apr 2024
- Modified 6 months ago