# Xiaohongshu (RED) Viral Post & AI Image Prompt Generator (`enchantingly_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator`) Actor

Auto-generate high-converting Xiaohongshu (RED) posts with viral titles, authentic emoji-rich copy, and tailored Midjourney/SD image prompts using AI.

- **URL**: https://apify.com/enchantingly\_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator.md
- **Developed by:** [ZL K](https://apify.com/enchantingly_lockbox) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.07 / actor start

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

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

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### Python empty template

Start a new [web scraping](https://apify.com/web-scraping) project quickly and easily in Python with our empty project template. It provides a basic structure for the [Actor](https://apify.com/actors) with [Apify SDK](https://docs.apify.com/sdk/python/) and allows you to easily add your own functionality.

### Included features

- **[Apify SDK](https://docs.apify.com/sdk/python/)** for Python - a toolkit for building Apify [Actors](https://apify.com/actors) and scrapers in Python
- **[Input schema](https://docs.apify.com/platform/actors/development/input-schema)** - define and easily validate a schema for your Actor's input
- **[Request queue](https://docs.apify.com/sdk/python/docs/concepts/storages#working-with-request-queues)** - queues into which you can put the URLs you want to scrape
- **[Dataset](https://docs.apify.com/sdk/python/docs/concepts/storages#working-with-datasets)** - store structured data where each object stored has the same attributes

### How it works

Insert your own code to `async with Actor:` block. You can use the [Apify SDK](https://docs.apify.com/sdk/python/) with any other Python library.

### Resources

- [Python tutorials in Academy](https://docs.apify.com/academy/python)
- [Video guide on getting data using Apify API](https://www.youtube.com/watch?v=ViYYDHSBAKM)
- [Integration with Make, GitHub, Zapier, Google Drive, and other apps](https://apify.com/integrations)
- A short guide on how to build web scrapers using code templates:

[web scraper template](https://www.youtube.com/watch?v=u-i-Korzf8w)

### Getting started

For complete information [see this article](https://docs.apify.com/platform/actors/development#build-actor-at-apify-console). In short, you will:

1. Build the Actor
2. Run the Actor

### Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

1. Install `apify-cli`

   **Using Homebrew**

   ```bash
   brew install apify-cli
   ```

   **Using NPM**

   ```bash
   npm -g install apify-cli
   ```

2. Pull the Actor by its unique `<ActorId>`, which is one of the following:

   - unique name of the Actor to pull (e.g. "apify/hello-world")
   - or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

   You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

   This command will copy the Actor into the current directory on your local machine.

   ```bash
   apify pull <ActorId>
   ```

### Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

- [Apify SDK for JavaScript documentation](https://docs.apify.com/sdk/js)
- [Apify SDK for Python documentation](https://docs.apify.com/sdk/python)
- [Apify Platform documentation](https://docs.apify.com/platform)
- [Join our developer community on Discord](https://discord.com/invite/jyEM2PRvMU)

# Actor input Schema

## `topic_or_product` (type: `string`):

What is your post about? (e.g., Kuala Lumpur Hidden Cafe, Anti-aging Serum, Japan Travel Guide)

## `target_audience` (type: `string`):

Who are you writing for? (e.g., Young working adults, students, moms)

## `key_selling_points` (type: `string`):

Any specific points to mention (ambience, price, location, ingredients)

## `tone_style` (type: `string`):

Style of writing

## Actor input object example

```json
{
  "topic_or_product": "Kuala Lumpur aesthetic cafe with specialty matcha",
  "target_audience": "Gen-Z coffee lovers and weekend cafe hoppers",
  "key_selling_points": "Imported Kyoto ceremonial matcha, minimalist wabi-sabi interior, great natural lighting for photos, price around RM 18-25.",
  "tone_style": "Authentic Grass-Planting (真诚种草风)"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "topic_or_product": "Kuala Lumpur aesthetic cafe with specialty matcha",
    "target_audience": "Gen-Z coffee lovers and weekend cafe hoppers",
    "key_selling_points": "Imported Kyoto ceremonial matcha, minimalist wabi-sabi interior, great natural lighting for photos, price around RM 18-25."
};

// Run the Actor and wait for it to finish
const run = await client.actor("enchantingly_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator").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 = {
    "topic_or_product": "Kuala Lumpur aesthetic cafe with specialty matcha",
    "target_audience": "Gen-Z coffee lovers and weekend cafe hoppers",
    "key_selling_points": "Imported Kyoto ceremonial matcha, minimalist wabi-sabi interior, great natural lighting for photos, price around RM 18-25.",
}

# Run the Actor and wait for it to finish
run = client.actor("enchantingly_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "topic_or_product": "Kuala Lumpur aesthetic cafe with specialty matcha",
  "target_audience": "Gen-Z coffee lovers and weekend cafe hoppers",
  "key_selling_points": "Imported Kyoto ceremonial matcha, minimalist wabi-sabi interior, great natural lighting for photos, price around RM 18-25."
}' |
apify call enchantingly_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,enchantingly_lockbox/xiaohongshu-red-viral-post-ai-image-prompt-generator"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/RG2YE2UMv8iFeidoz/builds/SzPdLeD4rdHX5ToG7/openapi.json
