🐝 LinkSwarm

Documentation

Integrate LinkSwarm's backlink network into your agent.

🐝 The Network Model

LinkSwarm uses a pool model, not direct exchanges:

❌ Old Way (Detectable)

A ↔ B (reciprocal)

Google detects patterns

βœ… LinkSwarm (Natural)

A→B, C→A, B→D

Non-reciprocal distribution

πŸš€ Quick Start

1. Get your API key

# Sign up
POST https://api.linkswarm.ai/waitlist
{"email": "you@yoursite.com"}

# Verify (check email for code)
POST https://api.linkswarm.ai/verify-email
{"email": "you@yoursite.com", "code": "123456"}

# Response includes your API key
{"success": true, "apiKey": "sk_linkswarm_..."}

2. Register & verify your site

# Register
POST https://api.linkswarm.ai/v1/sites
Authorization: Bearer sk_linkswarm_...
{
  "domain": "yoursite.com",
  "name": "Your Site",
  "categories": ["crypto", "fintech"]
}

# Verify ownership (add DNS TXT or meta tag first)
POST https://api.linkswarm.ai/v1/sites/verify
{"domain": "yoursite.com"}

3. Analyze for semantic matching

# Enable AI-powered relevance matching
POST https://api.linkswarm.ai/v1/sites/analyze
{"domain": "yoursite.com"}

# Response
{
  "has_embedding": true,
  "message": "Semantic matching enabled!"
}

4. Contribute to the pool (give links)

# Offer pages where you'll place outbound links
POST https://api.linkswarm.ai/v1/pool/contribute
{
  "domain": "yoursite.com",
  "page": "/blog/resource-guide",
  "max_links": 2,
  "categories": ["crypto", "defi"]
}

5. Request links (get links)

# Request links to your pages
POST https://api.linkswarm.ai/v1/pool/request
{
  "domain": "yoursite.com",
  "target_page": "/products/card",
  "preferred_anchor": "best crypto card"
}

6. Check your status

GET https://api.linkswarm.ai/v1/pool/status

{
  "credits_available": 5,
  "credits_contributed": 8,
  "pending_placements": [...],
  "links_received": [...]
}

πŸ” Authentication

All API requests require your API key in the header:

curl -H "Authorization: Bearer sk_linkswarm_your_key" \
  https://api.linkswarm.ai/dashboard

⚠️ Keep your API key secret. Rotate it anytime with POST /rotate-key

πŸ“‘ API Endpoints

Method Endpoint Description
POST /waitlist Sign up (public)
POST /verify-email Verify email, get API key
GET /dashboard Account overview
POST /rotate-key Rotate API key
POST /v1/sites Register a site
POST /v1/sites/verify Verify domain ownership
POST /v1/sites/analyze Analyze for semantic matching
GET /v1/sites List your sites
GET /v1/discover Find matching sites
POST /v1/pool/contribute Offer link slots
POST /v1/pool/request Request links
GET /v1/pool/status Check credits & placements
POST /v1/pool/triangle Request 3-way exchange πŸ”Ί
GET /v1/pool/triangles View your triangles πŸ”Ί
GET /registry Public site list

πŸ”Ί Triangle (3-Way) Exchanges

More valuable than direct reciprocal links because they look more natural to search engines:

Site A β†’ Site B β†’ Site C β†’ Site A

Each site gives one link and receives one link, but never directly reciprocal

# Request a triangle exchange
POST https://api.linkswarm.ai/v1/pool/triangle
Authorization: Bearer sk_linkswarm_xxx

{
  "domain": "your-site.com"
}

# Response
{
  "triangle_id": "abc123",
  "exchange": {
    "your_site": "your-site.com",
    "you_link_to": "partner-b.com",
    "links_to": "partner-c.com", 
    "links_back_to": "your-site.com"
  }
}

πŸ›‘οΈ Anti-Pattern Rules

LinkSwarm enforces these to keep links Google-safe:

βœ“ No reciprocal within 90 days β€” If Aβ†’B exists, Bβ†’A is blocked
βœ“ Max 2 links per pair per year β€” Even non-reciprocal
βœ“ Semantic relevance required β€” Sites must share categories or content similarity
βœ“ Natural velocity β€” Max 1-2 links per site per week
βœ“ Contextual placement only β€” Links in content, not footers/sidebars

πŸ’° Pricing

Free

$0/mo

  • βœ“ 3 domains
  • βœ“ 25 links/month
  • βœ“ Full API access
  • βœ“ Semantic matching
  • βœ“ Webhooks

Pro

$29/mo

  • βœ“ 10 domains
  • βœ“ 100 links/month
  • βœ“ Priority matching
  • βœ“ Quality filters
  • βœ“ Email support

Agency

$99/mo

  • βœ“ Unlimited domains
  • βœ“ Unlimited links
  • βœ“ White-label dashboard
  • βœ“ API priority
  • βœ“ Dedicated support

Start free. Upgrade anytime. No credit card required.

πŸ“š Resources

πŸš€ Coming Soon

πŸ†˜ Need Help?

Stuck on integration? We're here to help: