WordPress Integration - Auto Publisher avatar
WordPress Integration - Auto Publisher

Pricing

from $0.01 / 1,000 results

Go to Apify Store
WordPress Integration - Auto Publisher

WordPress Integration - Auto Publisher

Automatically publish content to WordPress sites. Schedule posts, manage categories, upload media & sync with your content calendar. REST API & XML-RPC support.

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

4 days ago

Last modified

Share

WordPress Integration

Auto-publish content to WordPress from Apify actors. Create posts, pages, and custom post types via WordPress REST API. Perfect for content automation, blog syndication, and CMS workflows.

Features

  • Automated data collection
  • Structured output format
  • Error handling
  • Pay-per-event billing

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
actionstringYescreate_post, create_page, update_post
wordpressUrlstringYesYour WordPress site URL
authTypestringYesapplication_password, basic, or jwt
usernamestringYes*WordPress username
applicationPasswordstringYes*Application password
postsarrayYesArray of posts to create/update
webhookUrlstringNoWebhook for completion notification
demoModebooleanNoReturn sample data without publishing

Post Object Properties

PropertyTypeDescription
titlestringPost title
contentstringPost content (HTML)
statusstringdraft, publish, future, pending
datestringPublish date (ISO 8601) for scheduled posts
categoriesarrayCategory names or IDs
tagsarrayTag names
featuredImageUrlstringURL of featured image to upload
excerptstringPost excerpt
authornumberAuthor user ID
metaobjectCustom meta fields
templatestringPage template slug

Output Format

{
"success": true,
"action": "create_post",
"totalPosts": 3,
"created": 3,
"failed": 0,
"results": [
{
"title": "My First Automated Post",
"postId": 1234,
"postType": "post",
"status": "publish",
"url": "https://your-site.com/my-first-automated-post/",
"publishedAt": "2025-12-23T12:00:00.000Z"
}
]
}

Pricing

This actor uses pay-per-event billing:

  • data_point: $0.01 per result

Use Cases

Content Automation

  • AI content pipeline: Generate → publish automatically
  • News aggregation: Scrape → format → publish
  • Content repurposing: Transform and publish across sites

Blog Networks

  • Multi-site publishing: Push content to multiple WordPress sites
  • Syndication: Republish content across network
  • Guest posting: Automate contributor workflow

E-commerce (WooCommerce)

  • Product imports: Create products from data sources
  • Inventory updates: Sync stock levels
  • Price updates: Batch update pricing

SEO & Marketing

  • Programmatic SEO: Create location/keyword pages at scale
  • Landing pages: Generate from templates
  • A/B testing: Create page variants


Built by John Rippy | Actor Arsenal