Username Availability Checker πŸ” avatar

Username Availability Checker πŸ”

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Username Availability Checker πŸ”

Username Availability Checker πŸ”

easyapi/username-availability-checker
Try for free

2 hours trial then $19.99/month - No credit card required now

Check username availability across 80+ platforms including Twitter, Instagram, YouTube, GitHub, and more! Get instant results with platform logos, URLs, and availability status. Essential tool for brand research, social media management, and digital presence optimization. πŸ”

You can access the Username Availability Checker πŸ” 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": "TeUt9z7FChCk3zsuB"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/easyapi~username-availability-checker/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-easyapi-username-availability-checker",
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/easyapi~username-availability-checker/runs": {
50      "post": {
51        "operationId": "runs-sync-easyapi-username-availability-checker",
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/easyapi~username-availability-checker/run-sync": {
93      "post": {
94        "operationId": "run-sync-easyapi-username-availability-checker",
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          "username"
135        ],
136        "properties": {
137          "username": {
138            "title": "Username",
139            "minLength": 3,
140            "maxLength": 100,
141            "type": "string",
142            "description": "Username to check across 80+ platforms (3-15 characters recommended, avoid special characters)",
143            "default": "jamsmith"
144          },
145          "proxyConfiguration": {
146            "title": "Proxy Configuration",
147            "type": "object",
148            "description": "Proxy settings for reliable platform checking (recommended for best results)",
149            "default": {
150              "useApifyProxy": false
151            }
152          },
153          "platforms": {
154            "title": "Platforms",
155            "type": "array",
156            "description": "Select specific platforms to check (leave empty to check all platforms)",
157            "items": {
158              "type": "string",
159              "enum": [
160                "500px",
161                "9gag",
162                "about.me",
163                "ask.fm",
164                "bandcamp",
165                "bitbucket",
166                "blip.fm",
167                "blogspot",
168                "bodybuilding",
169                "buymeacoffee",
170                "buzzfeed",
171                "canva",
172                "cash.app",
173                "coderwall",
174                "colourlovers",
175                "dailymotion",
176                "deviantart",
177                "disqus",
178                "dribbble",
179                "ebay",
180                "etsy",
181                "facebook",
182                "fiverr",
183                "flickr",
184                "flipboard",
185                "foursquare",
186                "gamespot",
187                "github",
188                "goodreads",
189                "gravatar",
190                "houzz",
191                "hubpages",
192                "ifttt",
193                "instagram",
194                "instructables",
195                "intensedebate",
196                "kik",
197                "kinja",
198                "last.fm",
199                "liveleak",
200                "livejournal",
201                "medium",
202                "meetme",
203                "mix",
204                "myfitnesspal",
205                "myspace",
206                "pastebin",
207                "patreon",
208                "paypal",
209                "periscope",
210                "photobucket",
211                "pinterest",
212                "producthunt",
213                "reddit",
214                "roblox",
215                "scribd",
216                "shopify",
217                "slack",
218                "slideshare",
219                "snapchat",
220                "soundcloud",
221                "steam",
222                "strava",
223                "telegram",
224                "tiktok",
225                "tinder",
226                "trakt.tv",
227                "trello",
228                "tripadvisor",
229                "tumblr",
230                "twitch",
231                "twitter",
232                "venmo",
233                "vimeo",
234                "vk",
235                "wattpad",
236                "weheartit",
237                "wordpress",
238                "xbox",
239                "ycombinator",
240                "youtube"
241              ],
242              "enumTitles": [
243                "500px",
244                "9gag",
245                "About.me",
246                "Ask.fm",
247                "Bandcamp",
248                "Bitbucket",
249                "Blip.fm",
250                "Blogspot",
251                "Bodybuilding",
252                "Buy Me a Coffee",
253                "Buzzfeed",
254                "Canva",
255                "Cash App",
256                "Coderwall",
257                "COLOURlovers",
258                "Dailymotion",
259                "DeviantArt",
260                "Disqus",
261                "Dribbble",
262                "eBay",
263                "Etsy",
264                "Facebook",
265                "Fiverr",
266                "Flickr",
267                "Flipboard",
268                "Foursquare",
269                "GameSpot",
270                "GitHub",
271                "Goodreads",
272                "Gravatar",
273                "Houzz",
274                "HubPages",
275                "IFTTT",
276                "Instagram",
277                "Instructables",
278                "IntenseDebate",
279                "Kik",
280                "Kinja",
281                "Last.fm",
282                "LiveLeak",
283                "LiveJournal",
284                "Medium",
285                "MeetMe",
286                "Mix",
287                "MyFitnessPal",
288                "MySpace",
289                "Pastebin",
290                "Patreon",
291                "PayPal",
292                "Periscope",
293                "Photobucket",
294                "Pinterest",
295                "Product Hunt",
296                "Reddit",
297                "Roblox",
298                "Scribd",
299                "Shopify",
300                "Slack",
301                "SlideShare",
302                "Snapchat",
303                "SoundCloud",
304                "Steam",
305                "Strava",
306                "Telegram",
307                "TikTok",
308                "Tinder",
309                "Trakt.tv",
310                "Trello",
311                "TripAdvisor",
312                "Tumblr",
313                "Twitch",
314                "Twitter",
315                "Venmo",
316                "Vimeo",
317                "VK",
318                "Wattpad",
319                "We Heart It",
320                "WordPress",
321                "Xbox",
322                "Y Combinator",
323                "YouTube"
324              ]
325            },
326            "default": []
327          }
328        }
329      },
330      "runsResponseSchema": {
331        "type": "object",
332        "properties": {
333          "data": {
334            "type": "object",
335            "properties": {
336              "id": {
337                "type": "string"
338              },
339              "actId": {
340                "type": "string"
341              },
342              "userId": {
343                "type": "string"
344              },
345              "startedAt": {
346                "type": "string",
347                "format": "date-time",
348                "example": "2025-01-08T00:00:00.000Z"
349              },
350              "finishedAt": {
351                "type": "string",
352                "format": "date-time",
353                "example": "2025-01-08T00:00:00.000Z"
354              },
355              "status": {
356                "type": "string",
357                "example": "READY"
358              },
359              "meta": {
360                "type": "object",
361                "properties": {
362                  "origin": {
363                    "type": "string",
364                    "example": "API"
365                  },
366                  "userAgent": {
367                    "type": "string"
368                  }
369                }
370              },
371              "stats": {
372                "type": "object",
373                "properties": {
374                  "inputBodyLen": {
375                    "type": "integer",
376                    "example": 2000
377                  },
378                  "rebootCount": {
379                    "type": "integer",
380                    "example": 0
381                  },
382                  "restartCount": {
383                    "type": "integer",
384                    "example": 0
385                  },
386                  "resurrectCount": {
387                    "type": "integer",
388                    "example": 0
389                  },
390                  "computeUnits": {
391                    "type": "integer",
392                    "example": 0
393                  }
394                }
395              },
396              "options": {
397                "type": "object",
398                "properties": {
399                  "build": {
400                    "type": "string",
401                    "example": "latest"
402                  },
403                  "timeoutSecs": {
404                    "type": "integer",
405                    "example": 300
406                  },
407                  "memoryMbytes": {
408                    "type": "integer",
409                    "example": 1024
410                  },
411                  "diskMbytes": {
412                    "type": "integer",
413                    "example": 2048
414                  }
415                }
416              },
417              "buildId": {
418                "type": "string"
419              },
420              "defaultKeyValueStoreId": {
421                "type": "string"
422              },
423              "defaultDatasetId": {
424                "type": "string"
425              },
426              "defaultRequestQueueId": {
427                "type": "string"
428              },
429              "buildNumber": {
430                "type": "string",
431                "example": "1.0.0"
432              },
433              "containerUrl": {
434                "type": "string"
435              },
436              "usage": {
437                "type": "object",
438                "properties": {
439                  "ACTOR_COMPUTE_UNITS": {
440                    "type": "integer",
441                    "example": 0
442                  },
443                  "DATASET_READS": {
444                    "type": "integer",
445                    "example": 0
446                  },
447                  "DATASET_WRITES": {
448                    "type": "integer",
449                    "example": 0
450                  },
451                  "KEY_VALUE_STORE_READS": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "KEY_VALUE_STORE_WRITES": {
456                    "type": "integer",
457                    "example": 1
458                  },
459                  "KEY_VALUE_STORE_LISTS": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "REQUEST_QUEUE_READS": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "REQUEST_QUEUE_WRITES": {
468                    "type": "integer",
469                    "example": 0
470                  },
471                  "DATA_TRANSFER_INTERNAL_GBYTES": {
472                    "type": "integer",
473                    "example": 0
474                  },
475                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
476                    "type": "integer",
477                    "example": 0
478                  },
479                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
480                    "type": "integer",
481                    "example": 0
482                  },
483                  "PROXY_SERPS": {
484                    "type": "integer",
485                    "example": 0
486                  }
487                }
488              },
489              "usageTotalUsd": {
490                "type": "number",
491                "example": 0.00005
492              },
493              "usageUsd": {
494                "type": "object",
495                "properties": {
496                  "ACTOR_COMPUTE_UNITS": {
497                    "type": "integer",
498                    "example": 0
499                  },
500                  "DATASET_READS": {
501                    "type": "integer",
502                    "example": 0
503                  },
504                  "DATASET_WRITES": {
505                    "type": "integer",
506                    "example": 0
507                  },
508                  "KEY_VALUE_STORE_READS": {
509                    "type": "integer",
510                    "example": 0
511                  },
512                  "KEY_VALUE_STORE_WRITES": {
513                    "type": "number",
514                    "example": 0.00005
515                  },
516                  "KEY_VALUE_STORE_LISTS": {
517                    "type": "integer",
518                    "example": 0
519                  },
520                  "REQUEST_QUEUE_READS": {
521                    "type": "integer",
522                    "example": 0
523                  },
524                  "REQUEST_QUEUE_WRITES": {
525                    "type": "integer",
526                    "example": 0
527                  },
528                  "DATA_TRANSFER_INTERNAL_GBYTES": {
529                    "type": "integer",
530                    "example": 0
531                  },
532                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
533                    "type": "integer",
534                    "example": 0
535                  },
536                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
537                    "type": "integer",
538                    "example": 0
539                  },
540                  "PROXY_SERPS": {
541                    "type": "integer",
542                    "example": 0
543                  }
544                }
545              }
546            }
547          }
548        }
549      }
550    }
551  }
552}

Username Availability Checker πŸ” 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 Username Availability Checker πŸ” 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:

Developer
Maintained by Community

Actor Metrics

  • 11 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • 1.1 hours response time

  • Created in Dec 2024

  • Modified 2 months ago