MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / SmartScraperInput

Class SmartScraperInput

backend/app/agents/tools/scraping_tools.py:17–20  ·  view source on GitHub ↗

Input schema for SmartScraper tool.

Source from the content-addressed store, hash-verified

15
16
17class SmartScraperInput(BaseModel):
18 """Input schema for SmartScraper tool."""
19 website_url: str = Field(description="The URL of the website to scrape")
20 user_prompt: str = Field(description="Natural language prompt describing what data to extract")
21
22
23class SmartCrawlerInput(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected