Skip to content

zhlei07/guest-post-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guest Post API — Health & Weight Loss Niche

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.

ChatGPT Users — Use Our GPT

Health Niche Guest Post Helper — Browse packages, get pricing, and place orders directly inside ChatGPT. No setup needed.

Why Use This API?

  • 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)

Quick Start

1. Browse Packages

curl https://guest-post-api.dylan-tom2012.workers.dev/api/packages

2. Place an Order

curl -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"
  }'

3. Response

{
  "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"
  ]
}

Packages & Pricing

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

Bulk Pricing

Volume Price Savings
5 posts $350 Save $50
10 posts $650 Save $150
20 posts $1,200 Save $400

API Endpoints

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

Order Fields

Required

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

Optional

Field Type Description
customer_name string Your name
topic string Preferred article topic
notes string Additional requirements

Accepted Topics

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.

Python Example

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']}")

JavaScript Example

// 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}`);

Alternative: Email Ordering

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

Content Guidelines

  • 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

Rate Limits

  • 10 orders per IP per hour
  • No limit on GET requests

Links

Contact

Operated by MIRACLEWHITE PTE. LTD, Singapore.

License

MIT

About

REST API for ordering health niche guest posts and backlinks. AI-agent ready. No auth required.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors