Cheerio Scraper avatar
Cheerio Scraper
Try for free

No credit card required

View all Actors
Cheerio Scraper

Cheerio Scraper

apify/cheerio-scraper
Try for free

No credit card required

Crawls websites using raw HTTP requests, parses the HTML with the Cheerio library, and extracts data from the pages using a Node.js code. Supports both recursive crawling and lists of URLs. This actor is a high-performance alternative to apify/web-scraper for websites that do not require JavaScript.

User avatar

Shopee scraper problem

Closed

lojahub opened this issue
4 months ago

I'm trying to use the scraper to extract information about searching for items in the store, but without success. After some research, I noticed that the information on the page only loads after a few seconds. Any tips on how to resolve this?

URL example: https://shopee.com.br/search?keyword=chinelo

User avatar

Hello and thank you for your interest in this Actor!

Actually, you just figured it out - this page is loading the content dynamically (with asynchronous requests through Javascript), which is something this scraper cannot do - that's also the reason why it's so fast (it doesn't execute client-side Javascript).

If you're looking for an Actor that can execute client-side scripts, check out our Web Scraper (https://console.apify.com/actors/moJRLRc85AitArpNN/) or Playwright Scraper (https://console.apify.com/actors/MpRbnNmVAoj5RC1Ma/). Cheers!

Developer
Maintained by Apify
Actor metrics
  • 402 monthly users
  • 99.8% runs succeeded
  • 0.4 days response time
  • Created in Apr 2019
  • Modified about 1 month ago