search_domains

search_domains

search_domains searches cached publisher inventory: keywords, industry, country, DR, traffic. It is the catalog behind LinkDR orders.

get_keyword_serp answers who ranks. This answers which sites we can place on.

Search the marketplace for SaaS publishers with DR at least 50. Show two rows.

To buy placements, stop using MCP and fetch SKILL.md.

Arguments

All optional.

NameType
keywordsstring array
industrystring
countrystring
minDR / maxDR0–100
minTraffic / maxTrafficinteger
page / pageSizeintegers

Request

{
  "keywords": ["saas"],
  "minDR": 50,
  "pageSize": 2
}

Response

{
  "page": 1,
  "pageSize": 2,
  "totalCount": 10202,
  "totalPages": 5101,
  "domains": [
    {
      "domain": "shopify.com",
      "name": "Shopify",
      "domainRating": 96,
      "traffic": 13669044,
      "industry": "SaaS",
      "contactCount": 25
    },
    {
      "domain": "squarespace.com",
      "name": "Squarespace",
      "domainRating": 95,
      "traffic": 3689412,
      "industry": "SaaS",
      "contactCount": 33
    }
  ]
}

Sort is Domain Rating. A saas keyword match can still return CDN hosts and short links. Treat this as inventory, not Google.

What to explore next