Skip to main content

Column Mapping

Each export column has two names: Currently these are identical (e.g., salary_minsalary_min). Custom column renaming is planned for a future release.
Select only the columns you need to reduce file size and processing time. Exports with fewer columns are faster to generate and smaller to download, especially in CSV and JSON formats.

Available Columns

Tips for Selecting Columns

Select id, title, company_name, listing_url, city, country, and date_posted for a lightweight export suitable for quick scans or feeding into a search index.
Include salary_min, salary_max, salary_currency, salary_period, title, city, country, and experience_level for compensation benchmarking.
Select all columns for a complete snapshot. Use Parquet format for maximum compression and query performance.

Example Record

A full JSON record with all columns selected:
The description field contains HTML. If you need plain text, strip tags in your processing pipeline or use a Pipeline with a Liquid template to extract text before export.