Lead Pulse JSON to CSV avatar

Lead Pulse JSON to CSV

Under maintenance

Pricing

from $0.01 / lead record

Go to Apify Store
Lead Pulse JSON to CSV

Lead Pulse JSON to CSV

Under maintenance

Turn Google search leads into clean CSV exports. Built for agencies, consultants, and local businesses who want structured prospect lists without manual formatting.

Pricing

from $0.01 / lead record

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

Converts JSON arrays (lead lists, scraped records, API responses) into clean CSV. Batched, pay-per-event: $0.01 per batch of up to 200 rows.

🚀 What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

✨ Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean tables, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

📥 Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
dataarray✅ RequiredArray of objects to convert to CSV

💡 Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~lead-gen-json-to-csv/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"data": [
{
"name": "Test",
"email": "test@example.com"
}
]
}'

Run via Apify CLI

apify run --actor-name sootesting~lead-gen-json-to-csv --input '{
"data": [
{
"name": "Test",
"email": "test@example.com"
}
]
}'

📤 Output schema

The Actor produces the following structured data:

FieldTypeDescription
csvstringCSV output
messagestringStatus message

💰 Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events — platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.