What problem does it solve?
Web scraping often requires manual steps across multiple tools to fetch pages, parse HTML, and extract structured data. This skill provides a cohesive approach to retrieve web content, query APIs, and automate browser-driven scraping.
Core Features & Use Cases
- Fetch Web Pages: Retrieve HTML content from websites via HTTP requests.
- Parse HTML with CSS Selectors: Extract text, attributes, and structured data using CSS queries.
- API Interactions: Query JSON REST APIs and integrate results into pipelines.
- Dynamic Content: Use browser automation for pages that render with JavaScript.
- Example: Collect product prices from an e-commerce site and compile results into a CSV.
Quick Start
Use the scraping skill to fetch the title of a page at https://example.com and extract all h1 elements.