Agency API
Search The Live EED Index From Your Own Tools
Generate labeled keys for controlled access to the same active domain inventory used by the website. Each successful API search consumes one shared domain-search credit, even when no domains match.
Create Key
New API Key
Name keys after the app, team member, or server that will use them.
Copy now
This key will only be shown once.
Usage
Endpoint Examples
/api/v1/domain-search.php?q=cheese&pageSize=100&page=1
/api/v1/domain-search.txt.php?keyword=cheese&pageSize=1000&page=1
Use the same filter names as the Domains page, including source, provider, TLD, metric minimums,
binary domain filters, and sort/dir. Add includeRegisterLinks=1 when you want
registrar links for expired domains.
Authentication
Send the API key as a header. Query-string API keys are intentionally disabled.
Authorization: Bearer eed_live_...
X-EED-API-Key: eed_live_...
curl -H "Authorization: Bearer eed_live_..." "https://easyexpireddomains.com/api/v1/domain-search.php?q=finance&pageSize=100"
Endpoints
- JSON
/api/v1/domain-search.php- Plain text
/api/v1/domain-search.txt.phpreturns one domain per line.- Metadata
/api/v1/meta.phppublishes current limits and supported values.- OpenAPI 3.1
/api/v1/openapi.phpreturns the machine-readable contract.
Core Parameters
qorkeyword- Search text. Exact domains such as
example.comare matched directly. pageSizeorlimit- JSON defaults to
100and allows500; text defaults to1000and allows10000. page- One-based page number within the 10,000-result search window. JSON returns
hasMore,nextPage, andtruncated. sourceortypeall,auction,closeout,bin,expiring, orexpired.providerafternic,atom,dropcatch,dynadot,gname,godaddy,namecheap,namesilo,sav,sedo,snapnames,spaceship, orexpired-import.tld- One or more TLDs without dots, separated by commas, for example
com,net,co.uk. sort/dir- Sort by
quality,domain,source,majTF,majCF,majBL,majRD,mozDA,mozPA,ddLinksIn,ddPages,age,length,semTraffic,semRank,expires, orprice. Direction isascordesc.
Filter Parameters
- Majestic
minTF,maxTF,minCF,maxCF,minBL,minRD,minTTF,ttfTopic,minMajEdu,minMajGov,minMajIPs.- Moz
minDA,maxDA,minPA,maxPA,maxSpam,minMozRank,minMozTrust.- DomDetailer
minDDLinks,minDDPages,minDDDofollow,minDDEdu,minDDGov.- Semrush
minSemTraffic,minSemRank,maxSemRank,minSemLinks,minSemKeywords.- Domain shape
minAge,maxAge,minNameLength,maxNameLength,containsLetters,containsNumbers,containsHyphen. Useyesornofor contains filters.- Market data
minPrice,maxPrice,minBids,minAuctionTraffic,minValuation,minRevenue,auctionType,auctionEnd(todayorweek, UTC),godaddyListingType,specialOption.- Links
includeRegisterLinks=1adds registrar links for expired domains.registrarrequires that option; supported values are published by/api/v1/meta.php.
Example Queries
/api/v1/domain-search.php?keyword=finance&source=expired&tld=com,net,co.uk&minTF=10&minRD=25&sort=length&dir=asc&pageSize=500&page=1
/api/v1/domain-search.txt.php?provider=gname&source=bin&maxPrice=250&containsHyphen=no&limit=10000
Validation, Limits, and Errors
Unknown, malformed, or contradictory parameters are rejected with 422 validation_failed;
they are never silently ignored. Successful responses include X-Request-ID, rate-limit,
pagination, and truncation headers. A 429 response includes Retry-After.
The text endpoint returns one plain-text error line with a non-2xx status.
Requests are limited by key, Agency member, client IP, and total API capacity. Only one search may run at a time for one member, so creating more keys does not multiply load.
Keys
Manage API Keys
Loading API access...