Vercel Domain Scraper
Pricing
from $3.50 / 1,000 results
Go to Apify Store
Vercel Domain Scraper
Check domain availability and pricing on Vercel for any brand name, across the TLDs you choose.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Sergio Henrique
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Check domain availability and pricing on Vercel for any brand name, across the TLDs you choose.
What it does
- Checks whether
name + TLDcombinations (e.g.mystartup.com) are available to register on Vercel. - Returns pricing for each domain: regular, renewal, premium, and sale prices (USD).
- Optionally returns Vercel's AI-suggested alternative domain names.
- Needs no Vercel account or API token — it uses Vercel's public domain search, so it works out of the box.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
domain | list of strings | Yes | — | Brand or project names (the part before the dot), e.g. mystartup. Each is checked across the selected TLDs. |
tld | list of strings | No | all Vercel-supported TLDs | TLDs to combine with each name, without a leading dot, e.g. com, io, dev. |
includeSuggestions | boolean | No | false | Also return Vercel's AI-suggested alternative domain names. |
Example
Fill the fields in the Apify console input tab and press Run:
{"domain": ["mystartup"],"tld": ["com", "io", "dev"],"includeSuggestions": true}
This checks mystartup.com, mystartup.io and mystartup.dev, plus any AI-suggested alternatives. Results appear in the run's dataset.
Output
One row per checked domain, in the default dataset:
domain_name,tld— the domain that was checkedis_available— whether Vercel reports the domain as available for registrationregular_price,regular_renewal_price— standard pricing (USD)premium_price,premium_renewal_price,is_premium— premium pricing, when applicablesale_price— promotional price, when on saleyears,renewal_years— registration and renewal term_status—success, or atimeout: …note when Vercel didn't return a final result in time (the run still completes)