Plan Limits
| Feature | Free Plan | Jobs Data Plan |
|---|---|---|
| Records per export | 100 (sample) | Unlimited |
| Concurrent exports | 1 | 5 |
| File retention | 24 hours | 7 days |
| Column selection | All | All |
| Filters | All | All |
Data Freshness
Job listings are refreshed every 15 minutes. Each export captures the
latest snapshot at the time of creation. This means even if you create two
exports minutes apart, the second may contain newer data.
Incremental Exports
You can simulate incremental exports using thepostedAfter filter:
- Create your first export with no date filter (full snapshot)
- Note the timestamp of when the export was created
- For subsequent exports, set
postedAfterto that timestamp - Only jobs posted after that date will be included
FAQ
What happens when a file expires?
What happens when a file expires?
Export files are automatically deleted after the retention period (24 hours
for free, 7 days for paid). You’ll need to create a new export to download
the data again. The same configuration can be reused.
Can I schedule recurring exports?
Can I schedule recurring exports?
Not yet — scheduled exports are on our roadmap. For continuous data sync,
use Outbound Feed instead. You can
also use the API to programmatically trigger exports on
your own schedule.
Is there a maximum file size?
Is there a maximum file size?
No hard limit on total data volume for paid plans. Large exports (1M+
records) may take several minutes to process. CSV and JSON files are gzipped
and automatically split at 50,000 records per file.
Can I export only new jobs since my last export?
Can I export only new jobs since my last export?
Yes — use the
postedAfter filter with the timestamp of your last export to
get only new listings. See the Incremental Exports
section above for a step-by-step guide.How do I know when my export is ready?
How do I know when my export is ready?
The dashboard shows real-time export status. Exports of up to 100K records
typically complete in under 2 minutes. You’ll see a download link as soon as
processing finishes.
Can I re-download an expired export?
Can I re-download an expired export?
No — expired files are permanently deleted. You’ll need to create a new
export with the same configuration. We recommend downloading files promptly
after creation.

