mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
feat: add scrape_job_details to indeed.scrape input
This commit is contained in:
parent
51c7220321
commit
81f535e9d0
1 changed files with 7 additions and 0 deletions
|
|
@ -75,6 +75,13 @@ class ScrapeInput(BaseModel):
|
|||
default="relevance",
|
||||
description="Result ordering: relevance or date.",
|
||||
)
|
||||
scrape_job_details: bool = Field(
|
||||
default=False,
|
||||
description=(
|
||||
"Fetch each job's detail page for the full description (slower: one "
|
||||
"extra page load per job)."
|
||||
),
|
||||
)
|
||||
max_items: int = Field(
|
||||
default=25,
|
||||
ge=1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue