Scraper.is MCP Server

scraperis_scraper

Extract data from websites using natural language prompts. The prompt should include the website URL and what data you want to extract. For example: 'Get me the top 10 products from producthunt.com' or 'Extract all article titles and authors from techcrunch.com/news'

Input Schema

NameRequiredDescriptionDefault
parseNoShould result be parsed. If result should not be parsed then html will be stripped and converted to markdown file
promptYesNatural language prompt describing what to extract and from where. For example: 'Get me the top 10 products from producthunt.com' or 'Find all articles about AI from techcrunch.com'

Input Schema (JSON Schema)

{ "properties": { "parse": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Should result be parsed. If result should not be parsed then html will be stripped and converted to markdown file", "title": "Parse" }, "prompt": { "description": "Natural language prompt describing what to extract and from where. For example: 'Get me the top 10 products from producthunt.com' or 'Find all articles about AI from techcrunch.com'", "title": "Prompt", "type": "string" } }, "required": [ "prompt" ], "title": "scrape_urlArguments", "type": "object" }

You must be authenticated.

Other Tools