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

Class ScrapingResult

backend/app/api/scraping.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 message: str
21
22class ScrapingResult(BaseModel):
23 url: str
24 success: bool
25 data: Optional[Dict]
26 error: Optional[str]
27
28# In-memory task storage (should be replaced with Redis)
29scraping_tasks = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected