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

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 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.

Features

Lead Import

  • import_from_sheet - Import leads from Google Sheets
  • import_from_csv - Import leads from CSV URL
  • process_webhook_payload - Process incoming webhook payloads

Lead Processing

  • validate_leads - Validate email and phone formats
  • normalize_leads - Standardize data formats (lowercase emails, format phones)
  • hash_leads - SHA256 hash PII for platform compliance
  • deduplicate_leads - Remove duplicate leads by email/phone

Lead Segmentation

  • segment_leads - Segment by field value (source, tier, etc.)
  • filter_leads - Filter by custom expression
  • merge_lead_lists - Combine multiple lead lists

Output & Distribution

  • export_to_webhook - Send to Zapier, Make, n8n, or custom webhooks
  • export_to_sheet - Append results to Google Sheets
  • preview_lead_data - Preview processed data before export
  • get_processing_stats - Get statistics on processed leads

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

Generic Format

{
"audience": {
"name": "High Value Customers",
"description": "Customers with LTV > $500",
"created_at": "2024-01-20T14:30:00Z"
},
"stats": {
"total_input": 1000,
"valid": 950,
"invalid": 50,
"duplicates_removed": 25,
"final_count": 925
},
"leads": [
{
"email_hash": "abc123...",
"phone_hash": "def456...",
"fn_hash": "ghi789...",
"country": "US"
}
]
}

Facebook Format

{
"schema": ["EMAIL", "PHONE", "FN", "LN", "COUNTRY"],
"data": [
["abc123...", "def456...", "ghi789...", "jkl012...", "us"]
]
}

Pricing

This actor uses pay-per-event billing: $0.01 per query (all tasks)

Use Cases

  • Facebook Custom Audiences - Hash emails/phones, send via Zapier to FB
  • Google Customer Match - Format and hash for Google Ads
  • LinkedIn Matched Audiences - Prepare B2B leads for LinkedIn
  • Multi-Platform Sync - Same leads to multiple platforms
  • Lead Scoring Segments - Segment high-value customers
  • Retargeting Lists - Build audiences from purchasers, cart abandoners

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal