You're looking at a specific version of this model. Jump to the model overview.

jigsawstack /ai-scrape:1f2b4096

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
url
string
URL of the page to scrape
html
string
HTML content to scrape (alternative to URL)
element_prompts
string
Comma-separated list of elements to scrape (max 5). E.g. 'Plan price, Plan title'
root_element_selector
string
main
CSS selector to limit scraping scope
page_position
integer
1
Page number for pagination (minimum: 1)
api_key
string
🔐 Your JigsawStack API Key (required)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}