
Expired Domains Scraper
No credit card required

Expired Domains Scraper
No credit card required
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.
You can access the Expired Domains Scraper programmatically from your own applications by using the Apify API. You can 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.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "g6CITW3rll5MuGB2x"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/martin1080p~expired-domains-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-martin1080p-expired-domains-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/martin1080p~expired-domains-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-martin1080p-expired-domains-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/martin1080p~expired-domains-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-martin1080p-expired-domains-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "numDomains",
135 "sortBy",
136 "sortDir",
137 "filterLengthMin",
138 "filterLengthMax",
139 "filterExpDate"
140 ],
141 "properties": {
142 "numDomains": {
143 "title": "Number of domains",
144 "minimum": 25,
145 "type": "integer",
146 "description": "Total number of domains to be fetched.",
147 "default": 50
148 },
149 "sortBy": {
150 "title": "Sort by",
151 "enum": [
152 "name",
153 "link",
154 "enddate",
155 "tld",
156 "godaddy_price",
157 "auction_type",
158 "godaddy_bid",
159 "ai_price_pred_price",
160 "rdap_registration",
161 "wayback_first_year",
162 "wayback_count",
163 "search_volume_volume",
164 "search_volume_cpc",
165 "google_status_is_blocked",
166 "google_status_is_faillisted",
167 "google_status_is_adult",
168 "fb_shares",
169 "fb_react",
170 "majestic_extbacklinks",
171 "majestic_citationflow",
172 "majestic_trustflow",
173 "moz_domain_authority",
174 "moz_page_authority",
175 "ownranks_brandrank",
176 "ownranks_tldsaturation",
177 "ownranks_radiotest"
178 ],
179 "type": "string",
180 "description": "Select one of the options.",
181 "default": "name"
182 },
183 "sortDir": {
184 "title": "Sort direction",
185 "enum": [
186 "asc",
187 "desc"
188 ],
189 "type": "string",
190 "description": "Select one of the options.",
191 "default": "asc"
192 },
193 "filterTldCom": {
194 "title": "com",
195 "type": "boolean",
196 "description": "Domains ending with .com.",
197 "default": true
198 },
199 "filterTldNet": {
200 "title": "net",
201 "type": "boolean",
202 "description": "Domains ending with .net.",
203 "default": true
204 },
205 "filterTldOrg": {
206 "title": "org",
207 "type": "boolean",
208 "description": "Domains ending with .org.",
209 "default": true
210 },
211 "filterTldIo": {
212 "title": "org",
213 "type": "boolean",
214 "description": "Domains ending with .io.",
215 "default": true
216 },
217 "filterTldUk": {
218 "title": "uk",
219 "type": "boolean",
220 "description": "Domains ending with .uk.",
221 "default": true
222 },
223 "filterTldN": {
224 "title": "nTLD",
225 "type": "boolean",
226 "description": "Domains ending with .agency, .bio, etc.",
227 "default": true
228 },
229 "filterTldOther": {
230 "title": "other TLDs",
231 "type": "boolean",
232 "description": "Domains ending with all other extensions.",
233 "default": true
234 },
235 "filterLengthMin": {
236 "title": "Length min",
237 "minimum": 1,
238 "maximum": 255,
239 "type": "integer",
240 "description": "Domains with minimum length of specified number.",
241 "default": 1
242 },
243 "filterLengthMax": {
244 "title": "Length max",
245 "minimum": 1,
246 "maximum": 255,
247 "type": "integer",
248 "description": "Domains with maximum length of specified number.",
249 "default": 255
250 },
251 "filterCharsHyp": {
252 "title": "No hyphens",
253 "type": "boolean",
254 "description": "Domains excluding hyphens in their name.",
255 "default": false
256 },
257 "filterCharsNum": {
258 "title": "No numbers",
259 "type": "boolean",
260 "description": "Domains excluding numbers in their name.",
261 "default": false
262 },
263 "filterCharsLet": {
264 "title": "No letters",
265 "type": "boolean",
266 "description": "Domains excluding letters in their name.",
267 "default": false
268 },
269 "filterGglNA": {
270 "title": "Not adult",
271 "type": "boolean",
272 "description": "Domains not marked as adult content.",
273 "default": true
274 },
275 "filterGglNB": {
276 "title": "Not blocked",
277 "type": "boolean",
278 "description": "Domains not marked as blocked.",
279 "default": true
280 },
281 "filterGglA": {
282 "title": "Adult",
283 "type": "boolean",
284 "description": "Domains marked as adult content.",
285 "default": false
286 },
287 "filterGglB": {
288 "title": "Blocked",
289 "type": "boolean",
290 "description": "Domains marked as blocked.",
291 "default": false
292 },
293 "filterAucTypAuc": {
294 "title": "Godaddy auctions",
295 "type": "boolean",
296 "description": "Domains with listed Godaddy auction.",
297 "default": true
298 },
299 "filterAucTypClo": {
300 "title": "Godaddy closeouts",
301 "type": "boolean",
302 "description": "Domains in the middle of closeout process.",
303 "default": true
304 },
305 "filterAucTypDel": {
306 "title": "Pending delete",
307 "type": "boolean",
308 "description": "Domains awaiting pending deletion.",
309 "default": true
310 },
311 "filterExpDate": {
312 "title": "Expiration date",
313 "type": "string",
314 "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.",
315 "default": "2024-01-01"
316 }
317 }
318 },
319 "runsResponseSchema": {
320 "type": "object",
321 "properties": {
322 "data": {
323 "type": "object",
324 "properties": {
325 "id": {
326 "type": "string"
327 },
328 "actId": {
329 "type": "string"
330 },
331 "userId": {
332 "type": "string"
333 },
334 "startedAt": {
335 "type": "string",
336 "format": "date-time",
337 "example": "2025-01-08T00:00:00.000Z"
338 },
339 "finishedAt": {
340 "type": "string",
341 "format": "date-time",
342 "example": "2025-01-08T00:00:00.000Z"
343 },
344 "status": {
345 "type": "string",
346 "example": "READY"
347 },
348 "meta": {
349 "type": "object",
350 "properties": {
351 "origin": {
352 "type": "string",
353 "example": "API"
354 },
355 "userAgent": {
356 "type": "string"
357 }
358 }
359 },
360 "stats": {
361 "type": "object",
362 "properties": {
363 "inputBodyLen": {
364 "type": "integer",
365 "example": 2000
366 },
367 "rebootCount": {
368 "type": "integer",
369 "example": 0
370 },
371 "restartCount": {
372 "type": "integer",
373 "example": 0
374 },
375 "resurrectCount": {
376 "type": "integer",
377 "example": 0
378 },
379 "computeUnits": {
380 "type": "integer",
381 "example": 0
382 }
383 }
384 },
385 "options": {
386 "type": "object",
387 "properties": {
388 "build": {
389 "type": "string",
390 "example": "latest"
391 },
392 "timeoutSecs": {
393 "type": "integer",
394 "example": 300
395 },
396 "memoryMbytes": {
397 "type": "integer",
398 "example": 1024
399 },
400 "diskMbytes": {
401 "type": "integer",
402 "example": 2048
403 }
404 }
405 },
406 "buildId": {
407 "type": "string"
408 },
409 "defaultKeyValueStoreId": {
410 "type": "string"
411 },
412 "defaultDatasetId": {
413 "type": "string"
414 },
415 "defaultRequestQueueId": {
416 "type": "string"
417 },
418 "buildNumber": {
419 "type": "string",
420 "example": "1.0.0"
421 },
422 "containerUrl": {
423 "type": "string"
424 },
425 "usage": {
426 "type": "object",
427 "properties": {
428 "ACTOR_COMPUTE_UNITS": {
429 "type": "integer",
430 "example": 0
431 },
432 "DATASET_READS": {
433 "type": "integer",
434 "example": 0
435 },
436 "DATASET_WRITES": {
437 "type": "integer",
438 "example": 0
439 },
440 "KEY_VALUE_STORE_READS": {
441 "type": "integer",
442 "example": 0
443 },
444 "KEY_VALUE_STORE_WRITES": {
445 "type": "integer",
446 "example": 1
447 },
448 "KEY_VALUE_STORE_LISTS": {
449 "type": "integer",
450 "example": 0
451 },
452 "REQUEST_QUEUE_READS": {
453 "type": "integer",
454 "example": 0
455 },
456 "REQUEST_QUEUE_WRITES": {
457 "type": "integer",
458 "example": 0
459 },
460 "DATA_TRANSFER_INTERNAL_GBYTES": {
461 "type": "integer",
462 "example": 0
463 },
464 "DATA_TRANSFER_EXTERNAL_GBYTES": {
465 "type": "integer",
466 "example": 0
467 },
468 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
469 "type": "integer",
470 "example": 0
471 },
472 "PROXY_SERPS": {
473 "type": "integer",
474 "example": 0
475 }
476 }
477 },
478 "usageTotalUsd": {
479 "type": "number",
480 "example": 0.00005
481 },
482 "usageUsd": {
483 "type": "object",
484 "properties": {
485 "ACTOR_COMPUTE_UNITS": {
486 "type": "integer",
487 "example": 0
488 },
489 "DATASET_READS": {
490 "type": "integer",
491 "example": 0
492 },
493 "DATASET_WRITES": {
494 "type": "integer",
495 "example": 0
496 },
497 "KEY_VALUE_STORE_READS": {
498 "type": "integer",
499 "example": 0
500 },
501 "KEY_VALUE_STORE_WRITES": {
502 "type": "number",
503 "example": 0.00005
504 },
505 "KEY_VALUE_STORE_LISTS": {
506 "type": "integer",
507 "example": 0
508 },
509 "REQUEST_QUEUE_READS": {
510 "type": "integer",
511 "example": 0
512 },
513 "REQUEST_QUEUE_WRITES": {
514 "type": "integer",
515 "example": 0
516 },
517 "DATA_TRANSFER_INTERNAL_GBYTES": {
518 "type": "integer",
519 "example": 0
520 },
521 "DATA_TRANSFER_EXTERNAL_GBYTES": {
522 "type": "integer",
523 "example": 0
524 },
525 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
526 "type": "integer",
527 "example": 0
528 },
529 "PROXY_SERPS": {
530 "type": "integer",
531 "example": 0
532 }
533 }
534 }
535 }
536 }
537 }
538 }
539 }
540 }
541}
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:
Actor Metrics
15 monthly users
-
4 stars
>99% runs succeeded
9.5 days response time
Created in Jun 2024
Modified 7 months ago