F
Firecrawl9mo ago
Jack

Scrape - Lazy Load Images

Hello, Using the scrape endpoint, i am capturing a fullPage screenshot. The screenshot has a lot of blank areas where images should of lazy loaded. Example request below and screenshot attached.
{
"url": "https://www.nike.com/gb/launch/t/air-force-1-low-black-and-metallic-silver",
"formats": [
"screenshot@fullPage", "markdown", "html"
],
"mobile": false,
"timeout": 30000,
"location": {
"country": "GB",
"languages": [
"en-GB"
]
}
}
{
"url": "https://www.nike.com/gb/launch/t/air-force-1-low-black-and-metallic-silver",
"formats": [
"screenshot@fullPage", "markdown", "html"
],
"mobile": false,
"timeout": 30000,
"location": {
"country": "GB",
"languages": [
"en-GB"
]
}
}
I have tried to use the scroll action and setting a crazy number of "99999999999" to try scroll to the bottom of the page which didnt work. I have also tried the executeJavascript action but this causes the scrape to fail every time, think there may be a bug with that? Any help greatly appreciated 🙂 Thanks
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?