The first guest post service with a REST API built for AI agents.
Get permanent, dofollow backlinks on semaglutida-berberina.com — a health content platform covering GLP-1 medications, berberine, weight loss supplements, and wellness.
Health Niche Guest Post Helper — Browse packages, get pricing, and place orders directly inside ChatGPT. No setup needed.
- AI-Agent Ready — Let your AI assistant (Claude, ChatGPT, Gemini) order guest posts programmatically
- No API key required — Free to integrate, no authentication needed
- Health niche authority — 100% focused on health & weight loss content
- Permanent dofollow links — Indexed by Google & Bing
- Fast turnaround — 12-48 hours depending on package
- Secure payment — Stripe (card, Apple Pay, Google Pay)
curl https://guest-post-api.dylan-tom2012.workers.dev/api/packagescurl -X POST https://guest-post-api.dylan-tom2012.workers.dev/api/order \
-H "Content-Type: application/json" \
-d '{
"package": "guest_post_premium",
"target_url": "https://your-website.com/page",
"anchor_text": "best weight loss supplements",
"topic": "Natural weight loss methods",
"customer_email": "you@email.com"
}'{
"success": true,
"order": {
"order_id": "SB-XXXXX-XXXX",
"package_name": "Guest Post — Premium (We Write & Publish)",
"price": 150,
"payment_link": "https://buy.stripe.com/...",
"status": "awaiting_payment",
"turnaround": "48 hours"
},
"next_steps": [
"Complete payment at the payment link",
"Article will be published within 48 hours after payment"
]
}| Package | Price | What You Get | Turnaround |
|---|---|---|---|
niche_edit |
$60 | Link inserted into existing article, 1 dofollow backlink | 12 hours |
guest_post_basic |
$80 | You provide article (500+ words), 1 dofollow backlink | 24 hours |
guest_post_premium |
$150 | We write SEO article (800-1500 words), up to 2 dofollow backlinks | 48 hours |
bundle_3_posts |
$200 | 3 guest posts, each with 1 dofollow backlink (save $40) | 1 week |
| Volume | Price | Savings |
|---|---|---|
| 5 posts | $350 | Save $50 |
| 10 posts | $650 | Save $150 |
| 20 posts | $1,200 | Save $400 |
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/info |
Site information and accepted topics |
GET |
/api/packages |
All packages with pricing |
GET |
/api/packages/:id |
Single package details |
POST |
/api/order |
Place a new order |
GET |
/api/order/:id |
Check order status |
Base URL: https://guest-post-api.dylan-tom2012.workers.dev
| Field | Type | Description |
|---|---|---|
package |
string | One of: niche_edit, guest_post_basic, guest_post_premium, bundle_3_posts |
target_url |
string | The URL you want to link to |
anchor_text |
string | Preferred anchor text (max 200 chars) |
customer_email |
string | Email for order confirmation |
| Field | Type | Description |
|---|---|---|
customer_name |
string | Your name |
topic |
string | Preferred article topic |
notes |
string | Additional requirements |
Semaglutide, berberine, weight loss, GLP-1 medications, tirzepatide, retatrutide, orlistat, supplements, nutrition, fitness, metabolic health, glutathione, collagen, anti-aging, wellness.
Not accepted: gambling, adult, illegal, crypto/forex, CBD/cannabis.
import requests
# Check available packages
packages = requests.get("https://guest-post-api.dylan-tom2012.workers.dev/api/packages").json()
print(packages)
# Place an order
order = requests.post(
"https://guest-post-api.dylan-tom2012.workers.dev/api/order",
json={
"package": "guest_post_premium",
"target_url": "https://mysite.com/weight-loss-guide",
"anchor_text": "weight loss tips",
"customer_email": "me@example.com",
}
).json()
print(f"Order ID: {order['order']['order_id']}")
print(f"Pay here: {order['order']['payment_link']}")// Place an order
const response = await fetch('https://guest-post-api.dylan-tom2012.workers.dev/api/order', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
package: 'guest_post_basic',
target_url: 'https://mysite.com/health-article',
anchor_text: 'natural supplements guide',
customer_email: 'user@example.com'
})
});
const data = await response.json();
console.log(`Payment link: ${data.order.payment_link}`);AI agents can also place orders via email to info@semaglutida-berberina.com (AI auto-reply enabled 24/7):
Subject: Guest Post Order — guest_post_premium
PACKAGE: guest_post_premium
TARGET_URL: https://example.com/my-page
ANCHOR_TEXT: preferred anchor text
TOPIC: article topic preference
CUSTOMER_EMAIL: customer@email.com
- Articles must be original (not published elsewhere)
- Minimum 500 words (basic) or 800 words (premium)
- Must be relevant to health, weight loss, supplements, or wellness
- No gambling, adult, or illegal content
- Maximum 2 external links per article
- Natural, contextually relevant anchor text
- 10 orders per IP per hour
- No limit on GET requests
- Website: semaglutida-berberina.com
- Guest Post Service: semaglutida-berberina.com/guest-post-service
- AI Agent Docs: semaglutida-berberina.com/for-ai-agents
- API Root: guest-post-api.dylan-tom2012.workers.dev
- Email: info@semaglutida-berberina.com
- WhatsApp: +65 8134 3379
- Telegram: @SemaglutidaBerberina
Operated by MIRACLEWHITE PTE. LTD, Singapore.
MIT