Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work when runParams is empty #47

Open
Azshurith opened this issue Jul 2, 2024 · 5 comments
Open

Does not work when runParams is empty #47

Azshurith opened this issue Jul 2, 2024 · 5 comments

Comments

@Azshurith
Copy link

image

I used your webcrawler for a couple of days and it was working, and now its starting to fail. I checked the source code from the puppeteer and it seems runParams is empty but the page is loaded successfully.

@picli3
Copy link

picli3 commented Jul 5, 2024

I think aliexprees made changes to the page and there is no longer access to this function or it does not exist.

@picli3
Copy link

picli3 commented Jul 5, 2024

image

That parameter is currently empty, I made the following change:

    const aliExpressData = await page.evaluate(() => window._d_c_.DCData);

    console.log("Data:",aliExpressData)

With this, some basic parameters are obtained.

@tuvuanh27
Copy link

Has anyone successfully resolved the issue where the AliExpress product scraper fails when runParams is empty? I noticed that modifying the code to fetch data from window.d_c.DCData was suggested but I need more data

@picli3
Copy link

picli3 commented Jul 15, 2024

Has anyone successfully resolved the issue where the AliExpress product scraper fails when runParams is empty? I noticed that modifying the code to fetch data from window.d_c.DCData was suggested but I need more data

As I said before, Aliexpress has changed their website to prevent people like us from obtaining this information.

@LaszloDev
Copy link

Is this library still considered to be working to scrape Product Reviews? @sudheer-ranga

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants