Amazon Reviews Scraper with Advanced Filters avatar
Amazon Reviews Scraper with Advanced Filters

Pricing

$35.00/month + usage

Go to Store
Amazon Reviews Scraper with Advanced Filters

Amazon Reviews Scraper with Advanced Filters

Developed by

ВAH

ВAH

Maintained by Community

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

52

Total users

454

Monthly users

89

Runs succeeded

>99%

Issues response

2 days

Last modified

5 days ago

BE

Request to Review Regex Pattern Implementation

Closed

bella.ko opened this issue
16 days ago

Hi ,

I hope you're doing well. I wanted to check with you regarding a potential issue in the regex pattern implementation. The error 'NoneType' object has no attribute 'group' typically occurs when a regex operation returns None (i.e., no match is found), but the code tries to access .group() without first verifying the match.

Could you please review the relevant parts of the code, particularly where re.search() or re.match() is used, and make sure there's a conditional check before calling .group()

For example:

match = pattern.search(text) if match: result = match.group() else: # handle no match This kind of check will help prevent runtime errors and improve the code's stability.

Please let me know if you need any support in reviewing this. Thanks in advance!

Best regards, bella

BE

bella.ko

15 days ago

"How can I be compensated for the credits that were deducted due to an error? I was unable to carry out the data collection I intended, yet my credits were lost. If I subscribe, will there be no limitations on crawling?"

delicious_zebu avatar

Hi, the issue in the U.S. region has been resolved and everything is working normally now. Other regions will gradually recover within the next three days. Thank you for your patience.