API access instructions

General

URL: https://api.fatgrid.com/api/public 
Method – GET
Params:
key – required, can be copied  from the profile page

type – required,  available types: domain_prices, domains_list

General Error Responses:

1. Incorrect key

{
   "message": "Key is incorrect",
   "error": "Bad Request",
   "statusCode": 400
}

2. Incorrect type

{
   "message": "Incorrect request type",
   "error": "Bad Request",
   "statusCode": 400
}

Domain Prices

Required params

target – required, target to get prices

Example of request:

https://api.fatgrid.com/api/public?key=myKey&type=domain_prices&target=forbes.com

Example of response:

[
  {
           "url": "stvincenttimes.com",
           "authorityScore": 35,
           "backlinks": 16489,
           "database": "us",
           "organicTraffic": 10597,
           "refDomains": 1906,
           "totalOrganicTraffic": 17602,
           "totalTraffic": 12414,
           "bestPrice": 90,
           "currency": "USD",
           "dr": 53,
           "linkFollow": "dofollow",
           "resources": [
               {
                   "resource": "collaborator.pro",
                   "type": "article",
                   "price": 90,
                   "source": "https://collaborator.pro/creator/article/view?id=328521",
                   "currency": "USD",
                   "priceUpdatedAt": "2025-07-01T13:30:16.046Z",
                   "id": "67c5ea59296f94434fda7d47",
                   "publisherType": "marketplace",
                   "nichePrices": [
                       {
                           "id": "6863e2e8c02a55cc97f2a060",
                           "niche": "finance_and_trading",
                           "price": 360,
                           "currency": "USD"
                       }
                   ]
               },
               {
                   "resource": "adsy.com",
                   "type": "article",
                   "currency": "USD",
                   "price": 164.99,
                   "source": "",
                   "priceUpdatedAt": "2025-05-15T03:00:42.135Z",
                   "id": "67c99a6e296f94434ff2b4c6",
                   "publisherType": "marketplace",
                   "nichePrices": null
               },
               {
                   "resource": "whitepress.com",
                   "type": "article",
                   "currency": "USD",
                   "price": 161,
                   "source": "",
                   "priceUpdatedAt": "2025-06-26T03:00:06.182Z",
                   "id": "6841a1574fb09478f5982e00",
                   "publisherType": "marketplace",
                   "nichePrices": null
               }
           ],
           "category": null,
           "id": "67c5ea4f296f94434fd9eb04",
           "bestNichePrices": [
               {
                   "id": "6863e2e8c02a55cc97f2a060",
                   "niche": "finance_and_trading",
                   "price": 360,
                   "currency": "USD"
               }
           ]
       },
]

Error responses:

1. Empty target

{
   "message": "Target is required",
   "error": "Bad Request",
   "statusCode": 400
}

Domains List

Required params

page – required, number of page
limit – required, limit of items, up to 500

Optional params (filters)

minPrice – minimum number of the best price
maxPrice – maximum number of the best price
minDr – minimum number of domain rating
maxDr – maximum number of authority score
minAs – minimum number of authority score
maxAs – maximum number of authority score
minRefDomains – minimum number of referring domains
maxRefDomains – maximum number of referring domains
minTotalOrganicTraffic – minimum number of total organic traffic
maxTotalOrganicTraffic – maximum number of total organic traffic
minTotalTraffic – minimum number of total traffic
maxTotalTraffic – maximum number of total traffic
minTraffic – minimum number of traffic from the top country
maxTraffic – maximum number of traffic from the top country
minOrganicTraffic – minimum number of organic traffic from the top country
maxOrganicTraffic – maximum number of organic traffic from the top country
linkFollow – type of link follow: dofollow, nofollow
databases – list of databases divided by comma, e.g., us,uk,es.
List of databases below
categories – list of categories divided by comma, e.g., Lifestyle,Arts.
List of categories below

Example of request:

https://api.fatgrid.com/api/public?key=myKey&type=domains_list&page=1&limit=100

Example of response:

{
   "items": [
    {
           "url": "stvincenttimes.com",
           "authorityScore": 35,
           "backlinks": 16489,
           "database": "us",
           "organicTraffic": 10597,
           "refDomains": 1906,
           "totalOrganicTraffic": 17602,
           "totalTraffic": 12414,
           "bestPrice": 90,
           "currency": "USD",
           "dr": 53,
           "linkFollow": "dofollow",
           "resources": [
               {
                   "resource": "collaborator.pro",
                   "type": "article",
                   "price": 90,
                   "source": "https://collaborator.pro/creator/article/view?id=328521",
                   "currency": "USD",
                   "priceUpdatedAt": "2025-07-01T13:30:16.046Z",
                   "id": "67c5ea59296f94434fda7d47",
                   "publisherType": "marketplace",
                   "nichePrices": [
                       {
                           "id": "6863e2e8c02a55cc97f2a060",
                           "niche": "finance_and_trading",
                           "price": 360,
                           "currency": "USD"
                       }
                   ]
               },
               {
                   "resource": "adsy.com",
                   "type": "article",
                   "currency": "USD",
                   "price": 164.99,
                   "source": "",
                   "priceUpdatedAt": "2025-05-15T03:00:42.135Z",
                   "id": "67c99a6e296f94434ff2b4c6",
                   "publisherType": "marketplace",
                   "nichePrices": null
               },
               {
                   "resource": "whitepress.com",
                   "type": "article",
                   "currency": "USD",
                   "price": 161,
                   "source": "",
                   "priceUpdatedAt": "2025-06-26T03:00:06.182Z",
                   "id": "6841a1574fb09478f5982e00",
                   "publisherType": "marketplace",
                   "nichePrices": null
               }
           ],
           "category": null,
           "id": "67c5ea4f296f94434fd9eb04",
           "bestNichePrices": [
               {
                   "id": "6863e2e8c02a55cc97f2a060",
                   "niche": "finance_and_trading",
                   "price": 360,
                   "currency": "USD"
               }
           ]
       },


   ],
   "meta": {
       "itemsPerPage": 1,
       "currentPage": 1,
       "hasMore": true
   }
}

Error responses:

1. Empty page

{
   "message": "Page is required",
   "error": "Bad Request",
   "statusCode": 400
}

2. Empty limit

{
   "message": "Limit is required",
   "error": "Bad Request",
   "statusCode": 400
}

3. The limit is exceeded

{
   "message": "Limit is exceeded",
   "error": "Bad Request",
   "statusCode": 400
}

Categories

Women’s
Travel
Transportation
Trading
Technology
Sports
Sensitive
Science & Education
Religion
Real Estate
Music & Movie
Men’s
Marketing & PR
Manufacturing & Industrial
Logistics
Local News
Lifestyle
Legal
Kids & Parenting
Human Resources
Hobbies & Leisure
Health & Medicine
Green Energy & Ecology
General News
Gaming
Gambling & Betting
Food & Cuisine
Financial
Fashion & Beauty
E-commerce
Cryptocurrency
Business
Automotive
Arts
Architecture & Construction
Animals
Agriculture

Databases:

us – United States
uk – United Kingdom
ca – Canada
ru – Russia
de – Germany
fr – France
es – Spain
it – Italy
br – Brazil
au – Australia
ar – Argentina
be – Belgium
ch – Switzerland
dk – Denmark
fi – Finland
hk – Hong Kong
ie – Ireland
il – Israel
mx – Mexico
nl – Netherlands
no – Norway
pl – Poland
se – Sweden
sg – Singapore
tr – Turkey
jp – Japan
in – India
hu – Hungary
af – Afghanistan
al – Albania
dz – Algeria
ao – Angola
am – Armenia
at – Austria
az – Azerbaijan
bh – Bahrain
bd – Bangladesh
by – Belarus
bz – Belize
bo – Bolivia
ba – Bosnia and Herzegovina
bw – Botswana
bn – Brunei
bg – Bulgaria
cv – Cabo Verde
kh – Cambodia
cm – Cameroon
cl – Chile
co – Colombia
cr – Costa Rica
hr – Croatia
cy – Cyprus
cz – Czech Republic
cd – Congo
do – Dominican Republic
ec – Ecuador
eg – Egypt
sv – El Salvador
ee – Estonia
et – Ethiopia
ge – Georgia
gh – Ghana
gr – Greece
gt – Guatemala
gy – Guyana
ht – Haiti
hn – Honduras
is – Iceland
id – Indonesia
jm – Jamaica
jo – Jordan
kz – Kazakhstan
kw – Kuwait
lv – Latvia
lb – Lebanon
lt – Lithuania
lu – Luxembourg
mg – Madagascar
my – Malaysia
mt – Malta
mu – Mauritius
md – Moldova
mn – Mongolia
me – Montenegro
ma – Morocco
mz – Mozambique
na – Namibia
np – Nepal
nz – New Zealand
ni – Nicaragua
ng – Nigeria
om – Oman
py – Paraguay
pe – Peru
ph – Philippines
pt – Portugal
ro – Romania
sa – Saudi Arabia
sn – Senegal
rs – Serbia
sk – Slovakia
si – Slovenia
za – South Africa
kr – South Korea
lk – Sri Lanka
th – Thailand
bs – Bahamas
tt – Trinidad and Tobago
tn – Tunisia
ua – Ukraine
ae – United Arab Emirates
uy – Uruguay
ve – Venezuela
vn – Vietnam
zm – Zambia
zw – Zimbabwe
ly – Libya
pa – Panama
pk – Pakistan
tw – Taiwan
qa – Qatar