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

Class SearchScraperInput

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

Input schema for SearchScraper tool.

Source from the content-addressed store, hash-verified

29
30
31class SearchScraperInput(BaseModel):
32 """Input schema for SearchScraper tool."""
33 search_query: str = Field(description="The search query to find relevant websites")
34 max_results: int = Field(default=10, description="Maximum number of results to return")
35
36
37class MarkdownifyInput(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected