Vercel Domain Scraper avatar

Vercel Domain Scraper

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Vercel Domain Scraper

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

Sergio Henrique

Maintained by Community

Actor 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 + TLD combinations (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

FieldTypeRequiredDefaultDescription
domainlist of stringsYesBrand or project names (the part before the dot), e.g. mystartup. Each is checked across the selected TLDs.
tldlist of stringsNoall Vercel-supported TLDsTLDs to combine with each name, without a leading dot, e.g. com, io, dev.
includeSuggestionsbooleanNofalseAlso 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 checked
  • is_available — whether Vercel reports the domain as available for registration
  • regular_price, regular_renewal_price — standard pricing (USD)
  • premium_price, premium_renewal_price, is_premium — premium pricing, when applicable
  • sale_price — promotional price, when on sale
  • years, renewal_years — registration and renewal term
  • _statussuccess, or a timeout: … note when Vercel didn't return a final result in time (the run still completes)