Integrate DomDetailer in your Software or Service

DomDetailer has been designed from the ground up to be utilised by any software or service to provide quality statistics for any domain.

The DomDetailer API will return the stats below for any domain:

  • Moz External Backlinks
  • Moz Domain Authority
  • Moz Page Authority
  • Moz Rank
  • Majestic External Backlinks
  • Majestic Referring Domains
  • Majestic Citation Flow
  • Majestic Trust Flow
  • Majestic Topical Trust Flow 1
  • Majestic Topical Trust Flow 2
  • Majestic Topical Trust Flow 3
  • Facebook Shares
  • Facebook Comments
  • Pinterest Pins

There are 2 main request types that can be used with DomDetailer API:

We are currently running limited access trials of a new service for tracking backlinks pointing to any domain. This is very much in the testing phases and not all users will have access to this. If you wish to test this API out you can contact support for more information

Check Balance API

To check the balance for an account you will need to send a request to the following URL:

https://domdetailer.com/api/checkBalance.php

Variables

The variables below need to be sent via a GET or POST request

  • app - A unique identifier for your application. Set this to anything that will be used to identify your software.
  • apikey - The unique API key of the user. This is the API key that is sent to the customer when purchasing credits.

Results

When a successful balance check is performed the API will return the following values:

  • UnitsLeft - This is how many credits the user has left on the account

Examples

Example Request

https://domdetailer.com/api/checkBalance.php?apikey=asdfasdf&app=DomDetailer

Example Output:

["UnitsLeft","92921"]

Checking Balance does not use up any credits

Check Domain API

To get the Moz and Majestic stats for a domain you will need to send a request to the following URL:

https://domdetailer.com/api/checkDomain.php

Variables

The variables below need to be sent via a GET or POST request

  • app - A unique identifier for your application. Set this to anything that will be used to identify your software.
  • apikey - The unique API key of the user. This is the API key that is sent to the customer when purchasing credits.
  • domain - This is the domain that you want the stats of
  • majesticChoice - (optional) Specify which version of stats you want to get from Majestic. The default is to return the stats of the root domain, if you wish to get the details of a specific variant use one of the variables below
    • url - returns the Majestic stats for https://domain.com
    • root - returns the Majestic stats for domain.com
    • subdomain - return the Majestic stats for www.domain.com
    • asis - return the Majestic stats for whatever domain is sent via the API

Results

When a domain check is performed the API will return the following values:

  • domain - Domain the check was done on
  • mozLinks - Moz's number of Links for the domain
  • mozPA - Moz Page Authority
  • mozDA - Moz Domain Authority
  • mozRank - Moz Rank
  • mozTrust - currently removed - Moz Trust Rank
  • majesticLinks - Majestic's Links for the domain
  • majesticRefDomains - Majestic's Referring Domains
  • majesticCF - Majestic's Citation Flow
  • majesticTF - Majestic's Trust Flow
  • FB_comments - Amount of Comments on Facebook
  • FB_shares - Amount of Shares on Facebook
  • pinterest_pins - Amount of Pins on Pinterest

Examples

Example Request

https://domdetailer.com/api/checkDomain.php?domain=domainhuntergatherer.com&app=DomDetailer&apikey=example&majesticChoice=root

Output Example:

{"domain":"domainhuntergatherer.com","mozLinks":"163","mozPA":"38.7","mozDA":"26.7","mozRank":"4.37","mozTrust":"4.47","majesticStatReturned":"root","FB_comments":"0","FB_shares":"1029","stumbles":0,"pinterest_pins":"0","majesticLinks":"93365","majesticRefDomains":"248","majesticRefEDU":"22","majesticRefGov":"0","majesticRefSubnets":"209","majesticIPs":"227","majesticCF":"30","majesticTTF0Name":"Society\/People","majesticTTF0Value":"17","majesticTTF1Name":"Regional\/Europe","majesticTTF1Value":"16","majesticTTF2Name":"Reference\/Education","majesticTTF2Value":"13","majesticTF":"18","google_plus_one":"","linkedin":""}

Domain Links API

Backlinks API

IN TESTING

This endpoint is currently in early testing phase and as such will not be online 24/7. This is being run on a test server that may not be available for long durations at a time. Please be patient and report bugs if you find them

Get a list of backlinks and their anchor texts for any domain, past and present:

https://domdetailer.com/api/domainLinks.php

Variables

The variables below need to be sent via a GET or POST request

  • app - A unique identifier for your application. Set this to anything that will be used to identify your software.
  • apikey - The unique API key of the user. This is the API key that is sent to the customer when purchasing credits.
  • domain - This should be the domain with no subdomain (e.g domain.com)

Results

When a successful Domain Links request is performed the API will return json list of the following variables for each domain:

  • anchor - Anchor text for the link. If this is empty it is likely an image link
  • nf - Whether link is NoFollow. 1 = nofollow link, 0 = dofollow link
  • source - Source page for the link
  • target - Target page for the link

Examples

Example Request

https://domdetailer.com/api/domainLinks.php?apikey=asdfasdf&app=DomDetailer&domain=cheese.com

Example Output:

{ "links_in": 239132, "links_out": 20996, "page_count": 3560, "server_type": "", "backlinks": [ { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/article.wn.com\/view\/2025\/05\/12\/Pour_toujours_la_nouvelle_serie_addictive_de_Netflix_auratel\/", "target": "https:\/\/cheese.com\/" }, { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/wn.com\/Frequencies?upload_time=all_time&orderby=relevance", "target": "https:\/\/cheese.com\/" }, { "anchor": "Cheese.com", "nf": 0, "source": "https:\/\/wn.com\/Radio_f?upload_time=all_time&orderby=viewCount", "target": "https:\/\/cheese.com\/" } ] }

Currently this APi uses credits unique to this endpoint. Final credit cost will be determined when this goes live.

© 2025 PBL Soft, inc. All rights reserved.