Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/scrapecraft
/ APIError
Class
APIError
backend/app/services/scraping_service_enhanced.py:30–32 ·
view source on GitHub ↗
API-related errors (500, 503, etc.).
Source
from the content-addressed store, hash-verified
28
29
30
class
APIError(ScrapingError):
31
""
"API-related errors (500, 503, etc.)."
""
32
pass
33
34
35
class
RateLimitError(ScrapingError):
Callers
2
smart_scraper
Method · 0.85
search_urls
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected