
Ghost blog poster 🔥
This Actor is paid per event

Ghost blog poster 🔥
This Actor is paid per event
🚀 Ghost Blog Poster: Easily publish articles to your Ghost blog using this tool! Just provide your blog's API URL, admin API key, and inputs like title, HTML content, tags, slug, excerpt, and status (published or draft). Great for building advanced Ghost API integrations! 📝✨
Actor Metrics
1 monthly user
5.0 / 5 (1)
1 bookmark
>99% runs succeeded
Created in Mar 2025
Modified 5 days ago
You can access the Ghost blog poster 🔥 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "title": "Hello World!",
3 "html": "<h1>Hello World from API!</h1>",
4 "tags": [
5 "automation"
6 ],
7 "custom_excerpt": "This is a custom excerpt",
8 "slug": "hello-world-automation"
9}' |
10apify call azzouzana/ghost-blog-poster --silent --output-dataset
Ghost blog poster 🔥 API through CLI
The Apify CLI is the official tool that allows you to use Ghost blog poster 🔥 locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: