BeautifulSoup Scraper avatar

BeautifulSoup Scraper

Try for free

No credit card required

View all Actors
BeautifulSoup Scraper

BeautifulSoup Scraper

apify/beautifulsoup-scraper
Try for free

No credit card required

Crawls websites using raw HTTP requests. It parses the HTML with the BeautifulSoup library and extracts data from the pages using Python code. Supports both recursive crawling and lists of URLs. This Actor is a Python alternative to Cheerio Scraper.

Do you want to learn more about this Actor?

Get a demo
LO

Shopee scraper error

Closed

lojahub opened this issue
8 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

jindrich.bar 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/). Cheers!

Developer
Maintained by Apify
Actor metrics
  • 21 monthly users
  • 4 stars
  • 91.4% runs succeeded
  • Created in Jul 2023
  • Modified 3 months ago