Expired Domains Scraper avatar
Expired Domains Scraper

Pricing

Pay per usage

Go to Store
Expired Domains Scraper

Expired Domains Scraper

Developed by

Martin Fanta

Martin Fanta

Maintained by Community

The Expired Domains Scraper automates finding valuable expired domains from expireddomains.com, offering filters and sorting by SEO metrics and auction details for efficient domain acquisition.

1.0 (2)

Pricing

Pay per usage

4

Total users

102

Monthly users

15

Runs succeeded

97%

Issue response

81 days

Last modified

10 months ago

You can access the Expired Domains Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "g6CITW3rll5MuGB2x"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/martin1080p~expired-domains-scraper/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-martin1080p-expired-domains-scraper",
"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/martin1080p~expired-domains-scraper/runs": {
"post": {
"operationId": "runs-sync-martin1080p-expired-domains-scraper",
"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/martin1080p~expired-domains-scraper/run-sync": {
"post": {
"operationId": "run-sync-martin1080p-expired-domains-scraper",
"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",
"required": [
"numDomains",
"sortBy",
"sortDir",
"filterLengthMin",
"filterLengthMax",
"filterExpDate"
],
"properties": {
"numDomains": {
"title": "Number of domains",
"minimum": 25,
"type": "integer",
"description": "Total number of domains to be fetched.",
"default": 50
},
"sortBy": {
"title": "Sort by",
"enum": [
"name",
"link",
"enddate",
"tld",
"godaddy_price",
"auction_type",
"godaddy_bid",
"ai_price_pred_price",
"rdap_registration",
"wayback_first_year",
"wayback_count",
"search_volume_volume",
"search_volume_cpc",
"google_status_is_blocked",
"google_status_is_faillisted",
"google_status_is_adult",
"fb_shares",
"fb_react",
"majestic_extbacklinks",
"majestic_citationflow",
"majestic_trustflow",
"moz_domain_authority",
"moz_page_authority",
"ownranks_brandrank",
"ownranks_tldsaturation",
"ownranks_radiotest"
],
"type": "string",
"description": "Select one of the options.",
"default": "name"
},
"sortDir": {
"title": "Sort direction",
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Select one of the options.",
"default": "asc"
},
"filterTldCom": {
"title": "com",
"type": "boolean",
"description": "Domains ending with .com.",
"default": true
},
"filterTldNet": {
"title": "net",
"type": "boolean",
"description": "Domains ending with .net.",
"default": true
},
"filterTldOrg": {
"title": "org",
"type": "boolean",
"description": "Domains ending with .org.",
"default": true
},
"filterTldIo": {
"title": "org",
"type": "boolean",
"description": "Domains ending with .io.",
"default": true
},
"filterTldUk": {
"title": "uk",
"type": "boolean",
"description": "Domains ending with .uk.",
"default": true
},
"filterTldN": {
"title": "nTLD",
"type": "boolean",
"description": "Domains ending with .agency, .bio, etc.",
"default": true
},
"filterTldOther": {
"title": "other TLDs",
"type": "boolean",
"description": "Domains ending with all other extensions.",
"default": true
},
"filterLengthMin": {
"title": "Length min",
"minimum": 1,
"maximum": 255,
"type": "integer",
"description": "Domains with minimum length of specified number.",
"default": 1
},
"filterLengthMax": {
"title": "Length max",
"minimum": 1,
"maximum": 255,
"type": "integer",
"description": "Domains with maximum length of specified number.",
"default": 255
},
"filterCharsHyp": {
"title": "No hyphens",
"type": "boolean",
"description": "Domains excluding hyphens in their name.",
"default": false
},
"filterCharsNum": {
"title": "No numbers",
"type": "boolean",
"description": "Domains excluding numbers in their name.",
"default": false
},
"filterCharsLet": {
"title": "No letters",
"type": "boolean",
"description": "Domains excluding letters in their name.",
"default": false
},
"filterGglNA": {
"title": "Not adult",
"type": "boolean",
"description": "Domains not marked as adult content.",
"default": true
},
"filterGglNB": {
"title": "Not blocked",
"type": "boolean",
"description": "Domains not marked as blocked.",
"default": true
},
"filterGglA": {
"title": "Adult",
"type": "boolean",
"description": "Domains marked as adult content.",
"default": false
},
"filterGglB": {
"title": "Blocked",
"type": "boolean",
"description": "Domains marked as blocked.",
"default": false
},
"filterAucTypAuc": {
"title": "Godaddy auctions",
"type": "boolean",
"description": "Domains with listed Godaddy auction.",
"default": true
},
"filterAucTypClo": {
"title": "Godaddy closeouts",
"type": "boolean",
"description": "Domains in the middle of closeout process.",
"default": true
},
"filterAucTypDel": {
"title": "Pending delete",
"type": "boolean",
"description": "Domains awaiting pending deletion.",
"default": true
},
"filterExpDate": {
"title": "Expiration date",
"type": "string",
"description": "Domains with selected date of expiration. Allowed date range is from today to 4 days after today. For example, if today is 2024-06-24, the allowed range is 2024-06-24 to 2024-06-28.",
"default": "2024-01-01"
}
}
},
"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
}
}
}
}
}
}
}
}
}
}

Expired Domains Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Expired Domains Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: