
Amazon Reviews Scraper with Advanced Filters
Deprecated
Pricing
$35.00/month + usage

Amazon Reviews Scraper with Advanced Filters
Deprecated
This Amazon Reviews Scraper is designed to extract a vast amount of reviews (up to tens of thousands) for a specified ASIN with high efficiency. By utilizing advanced review filters, it ensures that you capture as many relevant reviews as possible.
3.7 (2)
Pricing
$35.00/month + usage
54
Total users
484
Monthly users
14
Issues response
8.7 days
Last modified
2 months ago
Actor Running Multiple Duplicate Job
Open
When the actor is triggered twice, multiple jobs continue to start, even though only two should be running at most.

Sorry, I didn't quite understand what you meant. Could you please explain it more clearly?
Normally, if the Actor is triggered twice, there should only be two runs active — unless you have some other scheduled tasks running as well.
suvae
When the job is triggered once in isolation, the system behaves as expected: The actor processes the input correctly. A single job is executed internally. The output is deterministic and aligns with the expected result.
Failing Scenario: When the job is triggered concurrently with identical input: The actor receives multiple simultaneous job requests. Despite the input being identical, the actor's internal state is mutated unexpectedly due to concurrent access or race conditions. As a result: The input payload is altered mid-execution. The actor spawns multiple internal jobs even though only one request should be processed.