Jesse Johnson
New commit for backend deployment: 2025-09-25_13-24-03
c59d808
raw
history blame contribute delete
143 Bytes
from pydantic import BaseModel
class ScrapeRequest(BaseModel):
site: str
limit: int = 50
output_type: str = "json" # or "mongo"