CSV to JSON Job Importer avatar

CSV to JSON Job Importer

Pricing

$2.00 / 1,000 result items

Go to Apify Store
CSV to JSON Job Importer

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.

Pricing

$2.00 / 1,000 result items

Rating

0.0

(0)

Developer

ajay shah

ajay shah

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

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.