I would like to know if it is possible to avoid downloading images, CSS and fonts in the requests. I would like to do it through the API rest in a similar way to stealth. I know it is possible in Puppeteer: https://www.scrapehero.com/how-to-increase-web-scraping-speed-using-puppeteer/
Many thanks!
Are you using /scrape
API ? If so, it is in the docs
https://docs.browserless.io/docs/scrape.html#cookies-headers-and-other-options Intercepting requests
{
"url": "https://example.com/",
"elements": [{
"selector": "h1"
}],
"rejectRequestPattern": ["png", "jpg"]
}
Owner Name | browserless |
Repo Name | chrome |
Full Name | browserless/chrome |
Language | TypeScript |
Created Date | 2017-11-17 |
Updated Date | 2023-03-22 |
Star Count | 5309 |
Watcher Count | 47 |
Fork Count | 516 |
Issue Count | 29 |
Issue Title | Created Date | Updated Date |
---|