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

Class ScrapingResponse

backend/app/api/scraping.py:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 schema: Optional[Dict] = None
16
17class ScrapingResponse(BaseModel):
18 task_id: str
19 status: str
20 message: str
21
22class ScrapingResult(BaseModel):
23 url: str

Callers 1

execute_scrapingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected