Column Mapping
Each export column has two names:
Currently these are identical (e.g.,
salary_min → salary_min). Custom column renaming is planned for a future release.
Available Columns
Tips for Selecting Columns
Minimal export — just the essentials
Minimal export — just the essentials
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.Salary analysis
Salary analysis
Include
salary_min, salary_max, salary_currency, salary_period,
title, city, country, and experience_level for compensation
benchmarking.Full record for data warehouse
Full record for data warehouse
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.
