WordPress Integration - Auto Publisher
Pricing
from $0.01 / 1,000 results
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Required | Description |
|---|---|---|---|
action | string | Yes | create_post, create_page, update_post |
wordpressUrl | string | Yes | Your WordPress site URL |
authType | string | Yes | application_password, basic, or jwt |
username | string | Yes* | WordPress username |
applicationPassword | string | Yes* | Application password |
posts | array | Yes | Array of posts to create/update |
webhookUrl | string | No | Webhook for completion notification |
demoMode | boolean | No | Return sample data without publishing |
Post Object Properties
| Property | Type | Description |
|---|---|---|
title | string | Post title |
content | string | Post content (HTML) |
status | string | draft, publish, future, pending |
date | string | Publish date (ISO 8601) for scheduled posts |
categories | array | Category names or IDs |
tags | array | Tag names |
featuredImageUrl | string | URL of featured image to upload |
excerpt | string | Post excerpt |
author | number | Author user ID |
meta | object | Custom meta fields |
template | string | Page 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