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

Class ScrapingRequest

backend/app/api/scraping.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10router = APIRouter()
11
12class ScrapingRequest(BaseModel):
13 urls: List[HttpUrl]
14 prompt: str
15 schema: Optional[Dict] = None
16
17class ScrapingResponse(BaseModel):
18 task_id: str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected