
Playwright Scraper
Pricing
Pay per usage
Go to Store

Playwright Scraper
Crawls websites with the headless Chromium, Chrome, or Firefox browser and Playwright library using a provided server-side Node.js code. Supports both recursive crawling and a list of URLs. Supports login to a website.
4.3 (7)
Pricing
Pay per usage
40
Total users
1.5K
Monthly users
268
Runs succeeded
98%
Issues response
23 days
Last modified
11 days ago
Change Log
1.0.15 (2024-10-25)
- Updated Crawlee version to v3.11.5 and SDK v3.2.6
- Updated Node to v22
1.0.14 (2024-04-09)
- Updated Crawlee version to v3.8.0.
- Updated to use new request queue in scraper
1.0.11 (2023-08-22)
- Updated Crawlee version to v3.5.2.
- Updated Node.js version to v18.
- Added new options:
- Dismiss cookie modals (
closeCookieModals
): Using the I don't care about cookies browser extension. When on, the crawler will automatically try to dismiss cookie consent modals. This can be useful when crawling European websites that show cookie consent modals. - Maximum scrolling distance in pixels (
maxScrollHeightPixels
): The crawler will scroll down the page until all content is loaded or the maximum scrolling distance is reached. Setting this to0
disables scrolling altogether. - Exclude Glob Patterns (
excludes
): Glob patterns to match links in the page that you want to exclude from being enqueued.
- Dismiss cookie modals (
1.0
- Initial version built on Crawlee.
- Proxy usage is now required.