Skip to main content
Glama

Scrapy MCP Server

by ThreeFish-AI

extract_structured_data

Automatically extract structured data such as contact details, social media links, addresses, product info, and article content from webpages using customizable extraction types.

Instructions

Extract structured data from a webpage using advanced techniques.

Automatically detects and extracts:

  • Contact information (emails, phone numbers)

  • Social media links

  • Addresses

  • Prices and product information

  • Article content

data_type can be: all, contact, social, content, products, or addresses

Input Schema

NameRequiredDescriptionDefault
data_typeNoall
urlYes

Input Schema (JSON Schema)

{ "properties": { "data_type": { "default": "all", "title": "Data Type", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/ThreeFish-AI/scrapy-mcp'

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