scrapfly-screenshot
Installation
SKILL.md
Scrapfly Screenshot
Use the Scrapfly Screenshot API to capture high-quality screenshots of web pages with JavaScript rendering and anti-bot bypass.
When to use
- Capturing full-page or viewport screenshots of websites
- Taking screenshots of specific page elements via CSS selector/XPath
- Rendering pages behind anti-bot protections for visual capture
- Generating screenshots in different formats (JPG, PNG, WebP, GIF)
- Testing pages at different screen resolutions
Setup
pip install scrapfly-sdk
The API key must be provided via environment variable SCRAPFLY_API_KEY or passed directly to the client.
Related skills
More from scrapfly/skills
scrapfly-scraper
Web scraping using the Scrapfly Scraper API with the Python SDK
17scrapfly-browser
Automate cloud browsers using the Scrapfly Cloud Browser API with Python Playwright
14scrapfly-extraction
Extract structured data from web content using the Scrapfly Extraction API with the Python SDK
13scrapfly-crawler
Crawl entire websites using the Scrapfly Crawler API with the Python SDK
11