scrapfly-extraction
Installation
SKILL.md
Scrapfly Extraction
Use the Scrapfly Extraction API to extract structured data from HTML, markdown, or text using LLM prompts, pre-trained AI models, or custom extraction templates.
When to use
- Extracting structured data from web page content
- Using natural language prompts to pull specific information from documents
- Extracting product, article, review, or real estate data with auto AI models
- Parsing HTML/markdown into structured formats with custom templates
- Asking questions about document content and getting AI-powered answers
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-crawler
Crawl entire websites using the Scrapfly Crawler API with the Python SDK
11scrapfly-screenshot
Capture web page screenshots using the Scrapfly Screenshot API with the Python SDK
10