{
  "openapi": "3.0.1",
  "info": {
    "title": "Expired Domains API — 9M+ Domains, 40+ Sources, 90+ SEO Filters",
    "description": "Search 9M+ expired domains from 40+ platforms (GoDaddy, DropCatch, Dynadot, Namecheap, Gname, NameSilo, SnapNames, Nicsell, Sedo, Sav.com, and more) via API — 90+ SEO filters (Ahrefs DR, Moz DA, Majestic, Semrush, traffic, age), 400,000+ domains updated every day.",
    "version": "0.0",
    "x-build-id": "DSyyR29GjlO1vxQd7"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/karma-domains~expired-domains-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-karma-domains-expired-domains-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/karma-domains~expired-domains-api/runs": {
      "post": {
        "operationId": "runs-sync-karma-domains-expired-domains-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/karma-domains~expired-domains-api/run-sync": {
      "post": {
        "operationId": "run-sync-karma-domains-expired-domains-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "action": {
            "title": "Action",
            "enum": [
              "search",
              "by_domain",
              "get_report"
            ],
            "type": "string",
            "description": "search = catalog list; by_domain = report ids for one name; get_report = full report by type + id.",
            "default": "search"
          },
          "page": {
            "title": "Page",
            "minimum": 1,
            "type": "integer",
            "description": "Search pagination. page × page_size must be ≤ 5000.",
            "default": 1
          },
          "page_size": {
            "title": "Page size",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Results per page (1–100).",
            "default": 20
          },
          "sort_by": {
            "title": "Sort by",
            "type": "string",
            "description": "Table column name for sorting.",
            "default": "added_at"
          },
          "sort_desc": {
            "title": "Sort descending",
            "type": "boolean",
            "description": "true = highest / newest first; false = ascending.",
            "default": true
          },
          "tlds": {
            "title": "TLDs",
            "type": "string",
            "description": "Comma or space separated, e.g. com,io or co.uk."
          },
          "domain": {
            "title": "Domain contains",
            "type": "string",
            "description": "Substring on the domain name. Comma = AND, pipe = OR. Also used as exact name for by_domain."
          },
          "domain_type": {
            "title": "Inventory type",
            "type": "array",
            "description": "auctions, expired, backorder, buynow. Empty = all.",
            "items": {
              "type": "string",
              "enum": [
                "auctions",
                "expired",
                "backorder",
                "buynow"
              ]
            }
          },
          "keywords": {
            "title": "Archive keywords",
            "type": "string",
            "description": "Wayback title/description/headings. Comma = AND, pipe = OR."
          },
          "languages": {
            "title": "Languages",
            "type": "string",
            "description": "Language codes for archive content, e.g. en,de."
          },
          "ahrefs_dr_min": {
            "title": "Ahrefs DR min",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Minimum Ahrefs Domain Rating (0–100)."
          },
          "moz_da_min": {
            "title": "Moz DA min",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Minimum Moz Domain Authority (0–100)."
          },
          "majestic_tf_min": {
            "title": "Majestic TF min",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Minimum Majestic Trust Flow (0–100)."
          },
          "majestic_cf_min": {
            "title": "Majestic CF min",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Minimum Majestic Citation Flow (0–100)."
          },
          "majestic_rd_min": {
            "title": "Majestic referring domains min",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum Majestic referring domains count."
          },
          "moz_rd_min": {
            "title": "Moz referring domains min",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum Moz referring domains count."
          },
          "moz_bl_min": {
            "title": "Moz backlinks min",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum Moz backlinks count."
          },
          "wa_age_min": {
            "title": "Wayback age min (years)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum Wayback Machine archive age in years."
          },
          "karmascore_min": {
            "title": "Karma Metric min",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Minimum Karma Metric / Karma Score (0–100)."
          },
          "sr_as_min": {
            "title": "Semrush Authority Score min",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Minimum Semrush Authority Score (0–100)."
          },
          "sr_visits_min": {
            "title": "Semrush visits min",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum Semrush monthly visits."
          },
          "sw_visits_min": {
            "title": "SimilarWeb visits min",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum SimilarWeb monthly visits."
          },
          "report_type": {
            "title": "Report type",
            "enum": [
              "auctions",
              "expired",
              "backorder",
              "buynow"
            ],
            "type": "string",
            "description": "Required for get_report."
          },
          "report_id": {
            "title": "Report id",
            "type": "string",
            "description": "Required for get_report."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}