# 🎯 Facebook Ad Copywriter Creator (`powerai/facebook-ad-copywriter-creator`) Actor

Transform your Facebook ad campaigns with AI-powered copywriting! Creates engaging, conversion-focused ad copy tailored to your target audience, complete with compelling headlines, persuasive body text, and effective calls-to-action - all delivered in multiple variations for A/B testing.

- **URL**: https://apify.com/powerai/facebook-ad-copywriter-creator.md
- **Developed by:** [PowerAI](https://apify.com/powerai) (community)
- **Categories:** Agents, AI, Social media
- **Stats:** 23 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$3,990.00 / 1,000 per success results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🎯 Facebook Ad Copywriter Creator

Transform your Facebook ad campaigns with AI-powered copywriting! This intelligent tool creates engaging, conversion-focused ad copy tailored to your target audience, complete with compelling headlines, persuasive body text, and effective calls-to-action.

Two versions for choice:
| **Pay Model**                                                                        | **Pricing**             |\
|--------------------------------------------------------------------------------------|-------------------------|
| [**Rental**](https://apify.com/powerai/facebook-ad-copywriter-creator-rental)      | $19.99/month(no limit)  |
| [**Pay-per-event**](https://apify.com/powerai/facebook-ad-copywriter-creator)      | $3.99/event             |

### ✨ Key Features

- 🎯 Targeted audience analysis and segmentation
- 💡 Engaging headlines that grab attention
- 📝 Persuasive ad copy using "Waterfall writing" technique
- 🔄 Multiple ad variations for A/B testing
- 📊 Conversion-focused call-to-actions
- 📑 Multi-format reports (PDF, HTML, Markdown)
- 🎨 Professional formatting and structure
- ⚡ Quick and efficient content generation

### 💪 Why Choose This Actor?

- **AI-Powered**: Leverages advanced AI to create compelling ad copy
- **Audience-Focused**: Tailored content for specific target demographics
- **Versatile**: Generates multiple variations for testing
- **Multi-Format**: Delivers results in three convenient formats
- **Professional**: Follows proven copywriting techniques
- **Time-Saving**: Automates the ad copy creation process

### 🎯 Perfect For

- 📢 Marketing Agencies
- 💼 Business Owners
- 🎯 Facebook Advertisers
- 📊 Digital Marketers
- 🚀 E-commerce Businesses
- 👥 Social Media Managers

### 📈 Use Cases

1. **Product Launches**: Create compelling ad copy for new products
2. **Service Promotion**: Craft persuasive messages for service offerings
3. **Brand Awareness**: Generate engaging content for brand campaigns
4. **Lead Generation**: Design copy that converts prospects
5. **Seasonal Campaigns**: Develop timely and relevant ad content

### 📝 Input Requirements

Provide key information about your campaign:

- Target audience details and demographics
- Product or service description
- Unique selling proposition (USP)

#### Input Example

```json
{
    "targetAudienceDetails": "environmentally conscious yoga enthusiasts",
    "productServiceDetails": "eco-friendly yoga mat",
    "uniqueSellingProposition": "Made from recycled materials, sustainable fitness products"
}
```

#### Output Example

```json
{
    "input": {
        "targetAudienceDetails": "environmentally conscious yoga enthusiasts",
        "productServiceDetails": "eco-friendly yoga mat",
        "uniqueSellingProposition": "Made from recycled materials, sustainable fitness products"
    },
    "htmlFile": "https://api.apify.com/v2/key-value-stores/null/records/facebook-ad-copywriter-2025-04-04-18-28-20.html",
    "pdfFile": "https://api.apify.com/v2/key-value-stores/null/records/facebook-ad-copywriter-2025-04-04-18-28-20.pdf",
    "markdownFile": "https://api.apify.com/v2/key-value-stores/null/records/facebook-ad-copywriter-2025-04-04-18-28-20.md"
}
```

#### Example Screenshots

![Example](https://i.imgur.com/C20BtzO.png)

# Actor input Schema

## `targetAudienceDetails` (type: `string`):

Describe your target audience demographics, interests, and characteristics

## `productServiceDetails` (type: `string`):

Provide details about your product or service

## `uniqueSellingProposition` (type: `string`):

What makes your product/service unique in the market

## Actor input object example

```json
{
  "targetAudienceDetails": "environmentally conscious yoga enthusiasts",
  "productServiceDetails": "eco-friendly yoga mat",
  "uniqueSellingProposition": "Made from recycled materials, sustainable fitness products"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("powerai/facebook-ad-copywriter-creator").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("powerai/facebook-ad-copywriter-creator").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call powerai/facebook-ad-copywriter-creator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=powerai/facebook-ad-copywriter-creator",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/5tvepS8eHZz3QxTCk/builds/os3y72pDiTwTK6Z0q/openapi.json
