Skip to content

Broken link in the "When to use Puppeteer Scraper" tutorial #1100

Open
@honzajavorek

Description

@honzajavorek

The following won't work, simply because Maxwell Materials are gone:

Those are similar to the ones above with an important caveat. Once you click the first thing, it usually modifies the page in a way > that causes more clicking to become impossible. We deal with those by scraping the pages one by one, using the pagination "next" button. See Maxwell Materials and use the following selector:

'li.page-item.next a';

Because the URL isn't 404 but only a redirect, this hasn't been caught by a link check, only by a manual check performed based on #953.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working.t-academyIssues related to Web Scraping and Apify academies.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions