Web Scraper avatar

Web Scraper

Try for free

No credit card required

Go to Store
Web Scraper

Web Scraper

apify/web-scraper
Try for free

No credit card required

Crawls arbitrary websites using the Chrome browser and extracts structured data from web pages using a provided JavaScript function. The Actor supports both recursive crawling and lists of URLs, and automatically manages concurrency for maximum performance.

LE

Scraping data from my chrome extension.

Closed
LeonardChin opened this issue
7 days ago

Hi, I'd like to run a task to scrape Amazon product creation date from my Helium 10 (Amazon research tool) chrome extension. When I clicked "Inspect" on the value, here's what I got:

With that, may I know the jQuery I should be inputting in my actor?

jindrich.bar avatar

Hello @LeonardChin, thank you for reaching out!

It looks like the classes you found (sc-hZgKxL cAXDLI) might be autogenerated, which means they could change frequently. Instead of relying on them, I’d recommend analyzing the structure around this element to find a more stable selector. For example, you can try using the descendant combinator or other CSS "tricks" to target it more reliably.

Also, please note that if this element only appears when your Helium 10 extension is active, you might not be able to scrape it using our Web Scraper Actor. This Actor runs in a standard, vanilla Chromium (or Chrome) environment without extensions. If you need to use your extension, you would have to create a custom Actor that allows for more flexibility.

I’ll go ahead and close this issue, but feel free to reach out if you have any other questions.

Developer
Maintained by Apify

Actor Metrics

  • 3.3k monthly users

  • 456 bookmarks

  • >99% runs succeeded

  • 4.8 days response time

  • Created in Mar 2019

  • Modified a month ago