Tool tree
Context.dev is a web scraping API for AI agents: scrape any URL into LLM-ready Markdown, crawl entire sites, and extract structured data with one REST API.
scrape-website-demoAction
Run a live Context.dev demo: enter a website URL to preview the web context the API extracts from it (LLM-ready markdown, typed brand data, or structured JSON).
View tool JSON
{
"name": "scrape-website-demo",
"kind": "act",
"impl": "declarative",
"description": "Run a live Context.dev demo: enter a website URL to preview the web context the API extracts from it (LLM-ready markdown, typed brand data, or structured JSON).",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "https://"
}
},
"required": []
}
}