Remarketing Master - Multi-Platform Audience Builder avatar

Remarketing Master - Multi-Platform Audience Builder

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Remarketing Master - Multi-Platform Audience Builder

Remarketing Master - Multi-Platform Audience Builder

Multi-Platform Audience Builder - Import, Hash & Distribute Leads to Ad Platforms Import leads from multiple sources, validate, normalize, hash PII for compliance, segment by criteria & distribute to any ad platform via webhooks. Build custom audiences for Facebook, Google, LinkedIn, TikTok & more.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Remarketing Master - Multi-Platform Lead Audience Builder

Import leads from Google Sheets, CSV, or webhooks. Validate, normalize, hash PII, segment by criteria, and distribute to Facebook, Google, LinkedIn via Zapier, Make, n8n, or direct webhooks. Perfect for building custom audiences across all major ad platforms.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"googleSheetUrl": "https://example.com",
"csvUrl": "https://example.com",
"outputSheetUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"task": "import_from_sheet",
"googleSheetUrl": "https://example.com",
"csvUrl": "https://example.com",
"emailColumn": "email",
"phoneColumn": "phone",
"firstNameColumn": "first_name",
"lastNameColumn": "last_name",
"countryColumn": "country",
"hashFields": "email,phone",
"hashAlgorithm": "sha256",
"dedupeField": "email",
"outputSheetUrl": "https://example.com",
"batchSize": 100,
"includeOriginalData": false,
"platformFormat": "generic"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"import_from_sheet"Yes*The operation to perform
googleSheetUrlstring-NoPublic Google Sheet URL (must be published to web or shared with link)
csvUrlstring-NoURL to CSV file for import
webhookPayloadstring-NoJSON payload from incoming webhook (array of lead objects)
leadsstring-NoJSON array of lead objects for processing
emailColumnstring"email"NoColumn name containing email addresses
phoneColumnstring"phone"NoColumn name containing phone numbers
firstNameColumnstring"first_name"NoColumn name containing first names
lastNameColumnstring"last_name"NoColumn name containing last names
countryColumnstring"country"NoColumn name containing country codes
hashFieldsstring"email,phone"NoComma-separated field names to SHA256 hash (e.g., 'email,phone')
hashAlgorithmstring"sha256"NoHashing algorithm for PII
segmentFieldstring-NoField name to segment leads by (e.g., 'source', 'value_tier')
segmentValuestring-NoValue to filter segment by
filterExpressionstring-NoFilter expression (e.g., 'value > 100', 'source == facebook')
dedupeFieldstring"email"NoField to deduplicate on (e.g., 'email')
outputWebhookUrlstring-NoWebhook URL to send processed leads (Zapier, Make, n8n, etc.)
outputSheetUrlstring-NoGoogle Sheet URL to append results (requires write access)
batchSizeinteger100NoNumber of leads per webhook batch
includeOriginalDatabooleanfalseNoInclude original (unhashed) data alongside hashed data
platformFormatstring"generic"NoFormat output for specific ad platform requirements
audienceNamestring-NoName for the audience segment (included in output metadata)
audienceDescriptionstring-NoDescription for the audience segment
webhookUrlstring-NoURL to receive final results via webhook
demoModebooleantrueNoRun with sample data for testing (no external API calls)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Lead ProcessedEach lead validated and distributed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal