scripts/ ├── scraper.py # Multi-ATS scraper with parallel fetching ├── merge_data.py # Deduplicates and prunes stale jobs (>30 days) ├── geolocation.py # Location lookup/enrichment for the heatmap └── ...
Generating structured JSON from language models is a challenging task. The generated JSON must be syntactically correct, and it must conform to a schema that specifies the structure of the JSON.