Namerific Domain Names Scraper
Pricing
from $3.00 / 1,000 results
Namerific Domain Names Scraper
Scrape Namerific.com - premium and brandable domain marketplace. Browse the full catalog, filter by category or tag, pull short/featured/premium collections, and fetch individual domain detail pages with prices, descriptions, tags and logo images.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Scrape Namerific.com — a marketplace for premium, brandable, and short domain names for sale with prices. Browse the full catalog, filter by category or tag, pull the short / featured / premium collections, and look up individual domains for sale with descriptions, tags, and logo images. HTTP-only via public pages. No auth, no proxy required.
What this actor does
- Seven modes:
browseAll,byCategory,byTag,byType,byDomain,byUrls,search - Full catalog: ~6,500 premium .com listings, paginated (111 pages at ~60 per page)
- Server-side keyword search (
mode=search) — verified live, e.g.?key=music - 31 categories as dropdown options (Technology, Finance, Health, Travel, …)
- Curated collections: all Short Domains (366), Featured Domains (83), and Premium Domains (23)
- Detail pages: price, description, tags, categories, logo + 3 showcase images, product ID
- Filters: price range, domain-length range, keyword — applied after fetch
- Empty fields are omitted
Data Source
Replacement actor — original slot was "NameBio" (namebio.com). The NameBio slot was hard-blocked from Apify cloud egress: every request (including Camoufox + AUTO datacenter proxy) was answered with a Cloudflare "Attention Required!" challenge that never cleared from datacenter IPs. This actor replaces that slot with Namerific.com, the same niche (a domain sales database of premium/expired domains with prices).
Namerific is an OpenCart-style site whose pages are fully server-rendered. Verified from Apify-cloud egress with HTTP 200 on every surface this actor uses:
| Surface | URL | Verified |
|---|---|---|
| Full catalog (paginated) | https://www.namerific.com/?page=N | 200, 111 pages |
| Keyword search | https://www.namerific.com/?key=music | 200, 2 results |
| Short domains | https://www.namerific.com/short-domains | 200, 366 listings |
| Featured domains | https://www.namerific.com/featured-domains | 200, 83 listings |
| Premium domains | https://www.namerific.com/premium-domains | 200, 23 listings |
| Detail page | https://www.namerific.com/vajox | 200 |
Category/tag caveat: the site's own category/tag browse URLs (
?category=…,?tag=…) are broken — they return a random subset of the catalog instead of matching domains (verified live).mode=byCategory/mode=byTagtherefore walk the catalog and verify each candidate's category/tag on its detail page (authoritative source), bounded byscanLimit.mode=searchuses?key=…, which the server honors.
Listing cards expose the domain name (item_name / img-icon-name), the price (item_price / img-icon-price), a product ID (data-id / data-product_id), an optional collection badge (premium / featured / short sprite), and the logo image. Detail pages add a description, free-form tags, categories, and showcase images.
The site is not affiliated with this actor — it is a third-party marketplace scraped via its public pages.
Output per domain
Listing modes (browseAll, byCategory, byTag, byType, search) emit recordType: "domainListing":
domainName— e.g.Vajox.comprice— asking price in USD (integer), e.g.999productId— Namerific product ID, e.g.37906listingType—short/featured/premiumwhen the card carries a badgecategory— the category slug when browsing by category (mode=byCategory)tag— the tag when browsing by tag (mode=byTag)keyword— the search keyword when using mode=searchlogoUrl— logo image, rehosted in the Apify Key-Value Store so it loads from any plain HTTP client (the origin serves images only to browser User-Agents);logoUrlOriginalkeeps the namerific.com source URLdomainUrl— canonical detail page URLsourceUrl,scrapedAt,recordType
Detail modes (byDomain, byUrls) emit recordType: "domainDetail":
domainName,price,productId,domainUrl,sourceUrl,scrapedAt,recordTypedescription— seller's one-line brand descriptiontags[]— free-form tags, e.g.["music", "app", "brand"]categories[]— category slugs shown on the detail pagelogoUrl— large logo (rehosted;logoUrlOriginal= source URL)showcaseImages[]— 3 marketing showcase images (rehosted;showcaseImagesOriginal[]= source URLs)
Lookups that fail (404, fetch errors) emit a typed recordType: "error" record with the failing URL and a message, so you can see exactly which domains could not be resolved.
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | browseAll | browseAll / byCategory / byTag / byType / byDomain / byUrls / search |
category | string | – | Category slug (mode=byCategory), 31 options in the dropdown |
tag | string | – | Free-form tag, e.g. music (mode=byTag) |
searchQuery | string | music | Keyword for the server-side search (mode=search), e.g. vajox |
listingType | string | – | short / featured / premium (mode=byType) |
domains | array | [] | Domain names or slugs, e.g. ["vajox.com"] (mode=byDomain) |
startUrls | array | [] | Detail page URLs (mode=byUrls) |
minPrice | int | – | Drop listings below this USD price (0–10,000,000) |
maxPrice | int | – | Drop listings above this USD price (0–10,000,000) |
minLength | int | – | Min length of the brandable part (e.g. vajox = 5) |
maxLength | int | – | Max length of the brandable part |
containsKeyword | string | – | Only keep domains containing this text (case-insensitive) |
maxItems | int | 50 | Hard cap (1–1000) |
scanLimit | int | 500 | Max detail pages scanned for byCategory/byTag matches (50–5000) |
proxyConfiguration | object | AUTO on | Optional; AUTO datacenter proxy is enough |
Example: full catalog with price and length filters
{"mode": "browseAll","minPrice": 500,"maxPrice": 2000,"minLength": 5,"maxLength": 8,"maxItems": 100}
Example: browse one category
{"mode": "byCategory","category": "technology","maxItems": 100}
Example: short domains with a keyword
{"mode": "byType","listingType": "short","containsKeyword": "trip"}
Example: search by keyword
{"mode": "search","searchQuery": "music","maxItems": 50}
Example: lookup specific domains
{"mode": "byDomain","domains": ["vajox.com", "jumpclick.com"]}
Use cases
- Domain investing — monitor premium and brandable domain asking prices by category
- Startup naming — find a catchy brandable .com with a ready-made logo by category or tag
- Keyword research — pull short / one-word domains by length filters for brand building
- Market intelligence — track the short and premium domain collections for pricing trends
- Lead lists — export candidate domain names + prices for a niche in CSV/JSON
FAQ
What is the data source? Namerific.com, a marketplace selling premium brandable .com domains with logo designs, scraped through its public server-rendered pages. No account or API key is needed.
Why did this actor replace NameBio? NameBio is protected by Cloudflare bot management that blocks every Apify datacenter IP (the challenge never clears), making it impossible to scrape from Apify cloud. Namerific covers the same data category — a domain sales database with prices — and is fully reachable.
Does search work? Yes — mode=search uses Namerific's ?key= search parameter, which the server honors (verified: ?key=music → MusicalExperts.com, MusicInstitutes.com). The old OpenCart route=product/search endpoint ignores the query, and Namerific's category/tag browse URLs return unfiltered lists, so byCategory/byTag verify matches on each domain's detail page instead. containsKeyword remains for client-side keyword filtering on any mode.
How fresh is the data? Pages are fetched live on every run; each run reflects the current listing state.
Why are some listing cards missing a price or badge? Some listings have no price or no collection badge on their card; those fields are simply omitted rather than filled with placeholders.
Do the image URLs work? Yes — logo and showcase images are automatically rehosted into the actor's Key-Value Store on every run, so the emitted logoUrl / showcaseImages[] load from any plain HTTP client with no headers. (The origin namerific.com only serves its images to browser User-Agents, returning 403 to plain clients.) The original namerific.com URLs remain available as logoUrlOriginal / showcaseImagesOriginal[] for traceability.
Are there rate limits? Namerific is a small marketplace site. The actor requests pages politely (0.3–0.6 s between pages) and retries with backoff on 429/5xx, so runs stay well within safe volumes.
Is this actor affiliated with Namerific? No — this is an independent third-party scraper using the marketplace's public pages.