Turn any API or RSS feed into WordPress posts — automatically
Ingestics fetches from REST APIs, RSS feeds, files, and Google Sheets, maps fields, filters junk, and publishes on your schedule. No middleware. No per-task fees. Everything runs on your server.
One plugin. The whole pipeline.
No third-party middleware, no per-execution pricing. Every capability runs inside your WordPress install, under your control.
Connect any source
REST APIs with API-key, Bearer, Basic, OAuth2, even AWS SigV4. RSS/Atom with auto-discovery. CSV, XML, HTML, Google Sheets, and file imports.
Schedule everything
Cron intervals from hourly to weekly, custom frequencies, provider rotation, and fully independent API and RSS schedules for high-frequency publishing.
Filter the junk
14-rule filter engine, duplicate detection by title or URL, blocked keywords, and a moderation queue for human review before anything goes live.
Map fields precisely
JSON-path mapping to title, content, excerpt, images, custom meta, ACF fields — plus Rank Math and Yoast SEO adapters and a visual query builder.
Display anywhere
Native Gutenberg block, Elementor widget, Bricks element, shortcodes and template tags. Grid, carousel, and ticker layouts. Twig templates on Business.
Automate beyond cron
Inbound webhooks from GitHub Actions, Zapier, or Make. Outbound API Actions and event bridge. WooCommerce and form-submission triggers.
Point at an endpoint. Get structured posts.
Map any JSON response to WordPress fields with JSON paths — no glue code, no middleware server.
// endpoint GET https://newsapi.org/v2/top-headlines?category=technology // field mapping (JSON path → WP field) articles[].title → post_title articles[].content → post_content articles[].urlToImage → featured_image articles[].publishedAt → post_date articles[].source.name → meta.source
// shortcode [aapi_feed provider="tech-news" layout="grid" limit="6"] // template tag <?php aapi_render_feed( 'tech-news', [ 'layout' => 'ticker' ] ); ?> // action hooks do_action( 'aapi_trigger_fetch', $provider_id ); do_action( 'aapi_trigger_publish', $provider_id );
Up and running in three steps
Install & activate
Get Ingestics from WordPress.org, install like any plugin. The guided Setup Wizard starts you off — no build steps, no external accounts.
Connect your source
Paste an API endpoint or feed URL. Provider presets cover YouTube, Google News, podcasts and more. Preview the exact request before anything runs.
Publish on schedule
Choose draft-first or publish-direct, set your schedule, and let the pipeline run. Every fetch is logged with counts you can reconcile.
Your credentials are not a plugin afterthought
- ✓AES-encrypted credential vault — every API key, OAuth token, and webhook secret stored encrypted with unique IV + HMAC integrity checks.
- ✓Masked previews — request preview and live tests redact sensitive header values automatically.
- ✓SSRF protections — remote URLs normalized and validated; private and reserved IP ranges blocked by default.
- ✓Crash-safe job queues — resumable background fetches with leases and publication checkpoints. A timeout never double-publishes.
- ✓Capability + nonce guards on every admin operation.
Why it matters: content automation plugins routinely store API keys in plain options tables. Ingestics treats your provider credentials like passwords — because they are. Deactivation and uninstall preserve your providers, settings, and published content.
Start free. Scale when you're ready.
Upgrading unlocks features — nothing else changes. Your providers, settings, and content carry forward.
Free
Site owners automating their first sources
- 3 API + 2 RSS providers
- Manual fetch + previews
- JSON/XML/RSS/CSV/HTML/Sheets
- Encrypted credentials
- Setup wizard
Lite
Publishers who need real scheduling
- 10 + 10 providers
- Cron scheduling + rotation
- RSS auto-discovery + full-text
- File import + presets
- Health monitoring
Pro
Developers & power users with complex APIs
- 25 + 25 providers
- OAuth2 + sync engine
- Advanced field mapper (ACF, SEO)
- Webhooks + campaigns
- YouTube/Reddit/WP adapters
Business
Agencies & teams running at scale
- Unlimited providers
- AI rewrite + translation
- 14-rule filters + moderation
- WooCommerce + API Actions
- Twig templates + audit export
Common questions
Do I need coding skills to use Ingestics?
How is this different from Zapier or Make?
Can I review content before it publishes?
Which AI providers does it support?
Stop copy-pasting content into WordPress
Install Ingestics free, connect your first API or feed, and watch the pipeline run.
Download Free