CSV to JSON Job Importer
Pricing
$2.00 / 1,000 result items
Go to Apify Store
CSV to JSON Job Importer
A simple tool that takes a CSV string of job postings (e.g., from LinkedIn or Indeed exports) and converts it into a structured JSON array, making it easy to import job data into other workflows or databases without scraping any external sites.
A simple tool that takes a CSV string of job postings (e.g., from LinkedIn or Indeed exports) and converts it into a structured JSON array, making it easy to import job data into other workflows or databases without scraping any external sites.
Example input
{"csv_data": "job_title,company,location,description,salary\nSoftware Engineer,Acme Corp,New York,\"Develop web apps\",90000\nData Scientist,Beta Ltd,San Francisco,\"Build models\",110000","delimiter": ","}
Each result item contains: job_title, company, location, description, salary.