mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
feat: indeed_jobs package exports
This commit is contained in:
parent
824041ef7f
commit
1d367148d0
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
||||||
|
"""Platform-native Indeed jobs scraper (anonymous, warmed browser session)."""
|
||||||
|
|
||||||
|
from .fetch import IndeedAccessBlockedError
|
||||||
|
from .schemas import IndeedItem, IndeedScrapeInput
|
||||||
|
from .scraper import iter_indeed, scrape_indeed
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"IndeedAccessBlockedError",
|
||||||
|
"IndeedItem",
|
||||||
|
"IndeedScrapeInput",
|
||||||
|
"iter_indeed",
|
||||||
|
"scrape_indeed",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue