Skip to main content
Glama

Scraper.is MCP Server

by Ai-Quill
MIT License
1,379
4
  • Apple
  • Linux

scraperis_scraper

Extract website data using natural language prompts. Specify the URL and desired content (e.g., 'Get top 10 products from producthunt.com') to retrieve structured data.

Instructions

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" }
Install Server

Other Tools from Scraper.is MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ai-Quill/scraperis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server