Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
ScrapingResponse(BaseModel):
18
task_id: str
19
status: str
20
message: str
21
22
class
ScrapingResult(BaseModel):
23
url: str
Callers
1
execute_scraping
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected