scrape_webpage
Extract and scrape webpage content using auto, simple, Scrapy, or Selenium methods. Define extraction rules or wait for specific elements to retrieve targeted data.
Instructions
Scrape a single webpage and extract its content.
This tool can scrape web pages using different methods:
auto: Automatically choose the best method
simple: Fast HTTP requests (no JavaScript)
scrapy: Robust scraping with Scrapy framework
selenium: Full browser rendering (supports JavaScript)
You can specify extraction rules to get specific data from the page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |