SEO API for developers, use it for: keyword research, backlink checker, search volume checker

SEO API for developers

The SEO checker API can be used to query all the data supplied by the GUI using HTTP/S requests. In order to work with the API you need to contact us at sales@seo-explorer.io to verify your usage scenario.

Allowed usage for regular accounts:

  • Internal research.
  • Internal application.
  • Use the data for offline client reports (in pdf/word document).
  • Enterprise usage that require a special account and permission:

  • Using the data on a public website.
  • Using the data in a web extension.
  • Sharing data publicly.
  • Using the data in a public application.
  • Deploy white label SEO sites.
  • Create white label SEO software and tools.
  • Data for SEO API, augment your offering with ours.
  • After getting our approval we will provide the token.

    The SEO check API requires a token for authorization, and can be accessed with any web aware application, the format of the request is: https://app.seo-explorer.io//api.php?token=demo&apitype=type& specific data per request

    The return value is JSON and will always include the field responsecode with the possible values:

  • 0 - OK
  • 1 - Internal error
  • 2 - No token (the token can't be found)
  • 10 - Invalid token
  • 11 - Bad parameter
  • 12 - No credits
  • Each API call cost is different in terms of credit and is specified in each call

    Keywords and titles are UTF8 encoded

    Work with our API using PHP, to get all the data: Backlinks, Search volume, URL Classification. This section shows a sample code on how you'd use PHP to acess our API.

    A Sample call would look like:

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, 'https://app.seo-explorer.io/api.php?token=demo&apitype=search&keyword=seo&maxitems=20');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $output = curl_exec($ch);
    $result = json_decode($output);

    When sending domain or URLs make sure to use urlencode:

    curl_setopt($ch, CURLOPT_URL, 'https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=' . urlencode('https://ebay.com/?data=1');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $output = curl_exec($ch);
    $result = json_decode($output);

    We wrote an in depth article about: PHP SEO API.

    You can test the API by using the token demo, it only supports the keyword seo for any keyword API, and the domain ebay.com for any domain API.

    The demo token is limited to maximum of 100 result when applicable.

    Using the API for testing or otherwise means you accept our Terms and conditions.

    If you need to do a full test of the API, you can contact us at: sales@seo-explorer.io.

    This SEO API call will return the credits available until the end of the billing cycle, this call doesn't cost credits.

    Parameters:

  • apitype - Is set to credits.
  • Example - Get the amount of credit available:

    https://app.seo-explorer.io/api.php?token=demo&apitype=credits

    Reply:
    {"responsecode":0,"credits":1000000}

    This API SEO call will return the search engine results for the requested keyword, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to search.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • maxitems (optional) - Max results to provide.
  • Example - Get 20 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=search&keyword=seo&maxitems=20

    Reply:
    {"result":[{"URL":"moz.com\/beginners-guide-to-seo"},{"URL":"searchengineland.com\/guide\/what-is-seo"},{"URL":"support.google.com\/webmasters\/answer\/7451184?hl=en"},{"URL":"neilpatel.com\/what-is-seo\/"},{"URL":"en.wikipedia.org\/wiki\/Search_engine_optimization"},{"URL":"wordstream.com\/blog\/ws\/2015\/04\/30\/seo-basics"},{"URL":"wordstream.com\/seo"},{"URL":"searchenginejournal.com\/seo-guide\/"},{"URL":"ahrefs.com\/blog\/what-is-seo\/"},{"URL":"searchenginewatch.com\/2016\/01\/21\/seo-basics-22-essentials-you-need-for-optimizing-your-site\/"},{"URL":"backlinko.com\/hub\/seo\/what-is-seo"},{"URL":"webopedia.com\/TERM\/S\/SEO.html"},{"URL":"mangools.com\/blog\/learn-seo\/"},{"URL":"redevolution.com\/what-is-seo"},{"URL":"redevolution.com\/what-is-seo"},{"URL":"blog.hubspot.com\/marketing\/what-is-seo"},{"URL":"quicksprout.com\/seo\/"},{"URL":"searchenginewatch.com\/category\/seo\/"},{"URL":"optinmonster.com\/ultimate-seo-guide\/"},{"URL":"seo.com\/"}],"total":97,"responsecode":0}

    This SEO API call will return the search engine statistics for the requested keyword, the cost is one credit for volume result and one credit for classification result, if you request both, the cost is two credits

    Parameters:

  • apitype - Is set to keywordinformation.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • class (optional) - Set to one if you want the keyword's classification.
  • volume (set by default) - Set to zero if you don't want the search volume.
  • Example 1 - Get the search volume for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordinformation&keyword=seo

    Reply:
    {"volume":300000,"ctr":33,"difficulty":"55","adctr":1,"responsecode":0}

    The result data is:

  • volume - Montly search volume.
  • ctr - Click through rate in precentage (100 being the higest).
  • adctr - Ad Click through rate in precentage (100 being the higest).
  • Difficulty - Keyword ranking difficulty.
  • Example 2 - Get the search volume for the keyword seo and classification result:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordinformation&keyword=seo&class=1

    Reply:
    {"volume":300000,"ctr":33,"difficulty":"55","adctr":1,"category1":"165","category2":"0","categorytext1":"SEO","categorytext2":"","responsecode":0}

    The result data is the volume data and additional:

  • category1 - Category number.
  • category2 - Additional category number.
  • categorytext1 - Text name of the category.
  • categorytext2 - Text name of the additional category.
  • Example 3 - Get only the keyword's classification:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordinformation&keyword=seo&class=1&volume=0

    Reply:
    {"category1":"165","category2":"0","categorytext1":"SEO","categorytext2":"","responsecode":0}

    This API SEO call will return information about the domain, the cost is one credit for domain information and one credit for classification result, if you request both, the cost is two credits

    Parameters:

  • apitype - Is set to domaininformation.
  • domain - The domain you want to search.
  • class (optional) - Set to one if you want the keyword's classification.
  • data (set by default) - Set to zero if you don't want the domain information.
  • Example 1 - Get the domain information for the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domaininformation&domain=ebay.com

    Reply:
    {"domainscore":"68","totalinbound":"488606","totalinboundunique":"28731","totalinboundfollow":"448993","totalinboundaffiliates":"349","totalinboundhomepage":"84944","totalinboundimage":"50492","totalinboundframe":"0","totalinboundredirect":"6960","totalinboundbad":"3542","totalinboundtext":431154,"totaloutbound":"77655","totaloutboundunique":"46","totaloutboundimage":"14","totaloutboundframe":"0","totaloutboundredirect":"3","totaloutboundbad":"0","totaloutboundtext":77638,"responsecode":0}

    The result data is:

  • domainscore - Site's domain score (also called SEO score).
  • totalinbound - Total inbound links.
  • totalinboundunique - Total unique linking domains.
  • totalinboundfollow - Total dofollow links.
  • totalinboundaffiliates - Total affiliates links.
  • totalinboundhomepage - Total links pointing to the home page.
  • totalinboundimage - Total inbound image links.
  • totalinboundframe - Total inbound frame links.
  • totalinboundredirect - Total inbound redirect links.
  • totalinboundbad - Total inbound hidden links.
  • totalinboundtext - Total inbound text links.
  • totaloutbound - Total outbound links.
  • totaloutboundunique - Total outbound unique domains.
  • totaloutboundimage - Total outbound image links.
  • totaloutboundframe - Total outbound frame links.
  • totaloutboundredirect - Total outbound redirect links.
  • totaloutboundbad - Total outbound hidden links.
  • totaloutboundtext - Total outbound text links.
  • Example 2 - Get the domain information for the site: ebay.com and classification:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domaininformation&domain=ebay.com&class=1

    Reply:
    {"domainscore":"68","totalinbound":"488606","totalinboundunique":"28731","totalinboundfollow":"448993","totalinboundaffiliates":"349","totalinboundhomepage":"84944","totalinboundimage":"50492","totalinboundframe":"0","totalinboundredirect":"6960","totalinboundbad":"3542","totalinboundtext":431154,"totaloutbound":"77655","totaloutboundunique":"46","totaloutboundimage":"14","totaloutboundframe":"0","totaloutboundredirect":"3","totaloutboundbad":"0","totaloutboundtext":77638,"category1":"67","category2":0,"categorytext1":"Shopping","categorytext2":"","responsecode":0}

    The result data is the volume data and additional:

  • category1 - Category number.
  • category2 - Additional category number.
  • categorytext1 - Text name of the category.
  • categorytext2 - Text name of the additional category.
  • Example 3 - Get only the domains's classification:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domaininformation&domain=ebay.com&class=1&data=0

    Reply:
    {"category1":"67","category2":0,"categorytext1":"Shopping","categorytext2":"","responsecode":0}

    This SEO API call will return keywords that the domain is ranked for, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    A filter (ctr, difficulty, searchvolume) costs one credit on top of the regular cost.

    Parameters:

  • apitype - Is set to domainsearchkeywords.
  • domain - The domain you want to search.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category (values can be seen here: Category list).
  • type - Can be 10, 25 or 100, will show only keywords that are below that position
  • keyword - This parameter is used to check if a specific keyword exists for the domain, if it's set, all the other optional flags are ignored.
  • Example - Get the first 5 results for the domain ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com&from=0&to=5

    Reply:
    {"result":[{"keyword":"ebay","position":"1","searchvolume":60000000},{"keyword":"ebay motors","position":"1","searchvolume":1500000},{"keyword":"summit racing","position":"9","searchvolume":950000},{"keyword":"intex pools","position":"10","searchvolume":850000},{"keyword":"teva men's flip flops","position":"10","searchvolume":850000}],"responsecode":0}

    Example - Getting the next 5 results for the domain ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com&from=5&to=10

    Reply:
    {"result":[{"keyword":"ebay.com","position":"1","searchvolume":800000},{"keyword":"e","position":"10","searchvolume":800000},{"keyword":"ebay login","position":"1","searchvolume":650000},{"keyword":"aeropostale","position":"6","searchvolume":650000},{"keyword":"2 kayak trailer","position":"7","searchvolume":600000}],"responsecode":0}

    Example - Get the first 5 results for the domain ebay.com and keyword position can be up to 100:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com&from=0&to=5&type=100

    Reply:
    {"result":[{"keyword":"ebay","position":"1","searchvolume":60000000},{"keyword":"facebook log in","position":"63","searchvolume":2500000},{"keyword":"iphone se","position":"56","searchvolume":2000000},{"keyword":"winrar","position":"68","searchvolume":2000000},{"keyword":"funimation","position":"79","searchvolume":2000000}],"responsecode":0}

    Example - Getting the next 5 results for the domain ebay.com and keyword position can be up to 100:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com&from=5&to=10&type=100

    Reply:
    {"result":[{"keyword":"ebay motors","position":"1","searchvolume":1500000},{"keyword":"dice roller","position":"74","searchvolume":1500000},{"keyword":"long-sleeved t-shirt","position":"56","searchvolume":1500000},{"keyword":"zaful","position":"56","searchvolume":1500000},{"keyword":"straight talk","position":"48","searchvolume":1000000}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • position - Position in the SERP.
  • searchvolume - Monthly search volume.
  • This SEO API call will return keywords that the URL is ranked for, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    A filter (ctr, difficulty, searchvolume) costs one credit on top of the regular cost.

    Parameters:

  • apitype - Is set to domainsearchkeywords.
  • domain - The url you want to search.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category (values can be seen here: Category list).
  • type - Can be 10, 25 or 100, will show only keywords that are below that position
  • Example - Get the first 5 results for the URL ebay.com/:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com/&from=0&to=5

    Reply:
    {"result":[{"keyword":"ebay","position":"1","searchvolume":60000000},{"keyword":"ebay.com","position":"1","searchvolume":800000},{"keyword":"e","position":"10","searchvolume":800000},{"keyword":"ebay login","position":"3","searchvolume":650000},{"keyword":"my ebay","position":"4","searchvolume":350000}],"responsecode":0}

    Example - Getting the next 5 results for the URL ebay.com/:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com&from=5&to=10

    Reply:
    {"result":[{"keyword":"e bay","position":"1","searchvolume":250000},{"keyword":"ebay usa","position":"1","searchvolume":200000},{"keyword":"eba","position":"1","searchvolume":150000},{"keyword":"www.ebay.com","position":"1","searchvolume":100000},{"keyword":"bay","position":"1","searchvolume":100000}],"responsecode":0}

    Example - Get the first 5 results for the URL ebay.com/ and keyword position can be up to 100:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com/&from=0&to=5&type=100

    Reply:
    {"result":[{"keyword":"ebay","position":"1","searchvolume":60000000},{"keyword":"ebay.com","position":"1","searchvolume":800000},{"keyword":"e","position":"10","searchvolume":800000},{"keyword":"ebay login","position":"3","searchvolume":650000},{"keyword":"my ebay","position":"4","searchvolume":350000}],"responsecode":0}

    Example - Getting the next 5 results for the URL ebay.com/ and keyword position can be up to 100:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainsearchkeywords&domain=ebay.com/&from=5&to=10&type=100

    Reply:
    {"result":[{"keyword":"e bay","position":"1","searchvolume":250000},{"keyword":"ebay usa","position":"1","searchvolume":200000},{"keyword":"https:\/\/www.facebook.com","position":"28","searchvolume":200000},{"keyword":"facebook market place","position":"58","searchvolume":150000},{"keyword":"eba","position":"1","searchvolume":150000}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • position - Position in the SERP.
  • searchvolume - Monthly search volume.
  • This SEO API call will return top indexed pages for the domain, the cost is one credit per call.

    Parameters:

  • apitype - Is set to indexedpages.
  • domain - The domain you want to search.
  • Example - Get the top indexed pages of the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=indexedpages&domain=ebay.com

    Reply:
    {"result":[{"page":"\/","links":"31672","domains":"405961"},{"page":"\/aw\/marketing-it.shtml","links":"12","domains":"205749"},{"page":"\/aw\/marketing-nl.shtml","links":"14","domains":"84842"},{"page":"\/aw\/marketing-au.shtml","links":"32","domains":"43635"},{"page":"\/usr\/bostonappliancecompany","links":"1","domains":"24535"},{"page":"\/aw\/marketing-pl.shtml","links":"10","domains":"24296"},{"page":"\/aw\/marketing-at.shtml","links":"8","domains":"24148"},{"page":"\/aw\/marketing-ch.shtml","links":"9","domains":"21796"},{"page":"\/aw\/marketing-hk.shtml","links":"12","domains":"20338"},{"page":"\/str\/foxprowl","links":"2","domains":"19985"},{"page":"\/b\/Auto-Parts-and-Vehicles\/6000\/bn_1865334","links":"46","domains":"16100"},{"page":"\/aw\/marketing-sg.shtml","links":"10","domains":"15199"},{"page":"\/str\/thehouseofstaunton","links":"3","domains":"15050"},{"page":"\/aw\/marketing-benl.shtml","links":"4","domains":"14395"},{"page":"\/str\/dktrader","links":"3","domains":"13080"},{"page":"\/aw\/marketing-befr.shtml","links":"5","domains":"12109"},{"page":"\/str\/sportsmanssurplusoutpost","links":"1","domains":"12051"},{"page":"\/usr\/sportsmans_surplus_outpost","links":"1","domains":"11881"},{"page":"\/sch\/dragonstrove\/m.html","links":"1","domains":"11095"},{"page":"\/str\/vintagemagicthegathering","links":"1","domains":"10926"},{"page":"\/str\/cooljapanstore","links":"15","domains":"8904"},{"page":"\/b\/Stores-HUB\/bn_7004224522","links":"124","domains":"8835"},{"page":"\/usr\/maomiavdy-1","links":"24","domains":"8586"},{"page":"\/str\/digitalpressvideogamesllc","links":"1","domains":"8423"},{"page":"\/str\/mchigginsplace","links":"5","domains":"7635"},{"page":"\/usr\/goukishop","links":"1","domains":"7442"},{"page":"\/usr\/balloon-fire","links":"2","domains":"7308"}],"responsecode":0}

    The result data under the array result:

  • page - Page URL.
  • links - Number of referring backlinks.
  • domains - Number of referring domains.
  • This API SEO call will return top backlink anchors for the domain, the cost is one credit per call.

    Parameters:

  • apitype - Is set to topanchors.
  • domain - The domain you want to search.
  • Example - Get the top indexed pages of the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topanchors&domain=ebay.com

    Reply:
    {"result":[{"keyword":"Empty anchor","links":"5251","domains":"260482"},{"keyword":"ebay","links":"21414","domains":"233896"},{"keyword":"bacheca annunci","links":"12","domains":"205742"},{"keyword":"URL anchor","links":"19193","domains":"148533"},{"keyword":"abd","links":"2","domains":"100424"},{"keyword":"mededelingen","links":"18","domains":"99233"},{"keyword":"announcements","links":"103","domains":"71187"},{"keyword":"ebay store","links":"917","domains":"64040"},{"keyword":"komunikaty","links":"10","domains":"24295"},{"keyword":"ebay-news","links":"7","domains":"24147"},{"keyword":"buy it now","links":"66","domains":"23493"},{"keyword":"ebay news","links":"9","domains":"21795"},{"keyword":"foxprowl collectibles","links":"1","domains":"19842"},{"keyword":"home","links":"31","domains":"19271"},{"keyword":"\u516c\u544a\u6b04","links":"12","domains":"18049"},{"keyword":"source","links":"1998","domains":"16497"},{"keyword":"\u7f51\u5740\u53d1\u5e03","links":"82","domains":"14632"}],"responsecode":0}

    The result data under the array result:

  • keyword - Page URL.
  • links - Number of referring backlinks.
  • domains - Number of referring domains.
  • This SEO API call will return the top referring languages for the domain, the cost is one credit per call.

    Parameters:

  • apitype - Is set to domainlanguage.
  • domain - The domain you want to search.
  • Example - Get the top referring languages for the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainlanguage&domain=ebay.com

    Reply:
    {"result":[{"language":"en","count":"1743397","pct":"2189.3"},{"language":"it","count":"210313","pct":"264.1"},{"language":"tr","count":"103746","pct":"130.2"},{"language":"nl","count":"92801","pct":"116.5"},{"language":"ja","count":"41558","pct":"52.1"},{"language":"ru","count":"40136","pct":"50.4"},{"language":"de","count":"33007","pct":"41.4"},{"language":"cn","count":"32549","pct":"40.8"},{"language":"pl","count":"29077","pct":"36.5"},{"language":"es","count":"17886","pct":"22.4"},{"language":"be","count":"15627","pct":"19.6"},{"language":"fr","count":"13919","pct":"17.4"},{"language":"fa","count":"13075","pct":"16.4"},{"language":"hk","count":"12153","pct":"15.2"},{"language":"he","count":"10828","pct":"13.5"},{"language":"ch","count":"10347","pct":"12.9"},{"language":"sg","count":"8085","pct":"10.1"},{"language":"pt","count":"6145","pct":"7.7"},{"language":"el","count":"5997","pct":"7.5"},{"language":"sv","count":"5111","pct":"6.4"},{"language":"ph","count":"3230","pct":"4.0"},{"language":"hr","count":"2902","pct":"3.6"},{"language":"my","count":"2484","pct":"3.1"},{"language":"cs","count":"2275","pct":"2.8"},{"language":"ko","count":"2138","pct":"2.6"},{"language":"vi","count":"1935","pct":"2.4"},{"language":"fi","count":"1106","pct":"1.3"},{"language":"tw","count":"1017","pct":"1.2"}],"responsecode":0}

    The result data under the array result:

  • language - Two letters code for the language.
  • count - Number of referring pages with the language.
  • pct - Precent of the languages from the total referring pages.
  • This API SEO call will return the top referring domains for the domain, the cost is one credit per call.

    Parameters:

  • apitype - Is set to referringdomains.
  • domain - The domain you want to search.
  • Example - Get the top referring languages for the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=referringdomains&domain=ebay.com

    Reply:
    {"result":[{"domain":"coincommunity.net","links":"244351","dofollow":"244344","domainscore":"34","ip":"75.126.202.140","country":"us"},{"domain":"pokemoncardvalue.com","links":"117826","dofollow":"117825","domainscore":"20","ip":"109.73.226.169","country":"us"},{"domain":"ebay.com.au","links":"91615","dofollow":"40","domainscore":"54","ip":"66.135.195.175","country":"us"},{"domain":"ebaystores.com","links":"82947","dofollow":"82945","domainscore":"56","ip":"66.211.184.132","country":"us"},{"domain":"ebay.it","links":"52570","dofollow":"52569","domainscore":"54","ip":"66.135.195.175","country":"us"}],"responsecode":0}

    The result data under the array result:

  • domain - Referring domain.
  • links - Number of total backlinks from the referring domain.
  • dofollow - Number of dofollow backlinks from the referring domain.
  • ip - IP of the referring domain.
  • country - Two letters code for the country of the referring domain.
  • This SEO API call will return information about the classification of the referring domains, the cost is one credit per call.

    Parameters:

  • apitype - Is set to domainclassification.
  • domain - The domain you want to search.
  • Example - Get the classification of the referring domains for the site: ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=domainclassification&domain=ebay.com

    Reply:
    {"result":[{"classification":"Blogs","count":"7976","pct":"10.0"},{"classification":"No classification","count":"7934","pct":"9.9"},{"classification":"Shopping","count":"7513","pct":"9.4"},{"classification":"Vehicles","count":"6229","pct":"7.8"},{"classification":"Business and services","count":"6184","pct":"7.7"},{"classification":"Technology and computers","count":"4647","pct":"5.8"},{"classification":"News","count":"4408","pct":"5.5"},{"classification":"Clothing and fashion","count":"3543","pct":"4.4"},{"classification":"General - not porn","count":"3003","pct":"3.7"},{"classification":"Sports","count":"2768","pct":"3.4"},{"classification":"Music","count":"2687","pct":"3.3"},{"classification":"Life style and beauty","count":"2386","pct":"2.9"},{"classification":"Entertainment","count":"2303","pct":"2.8"},{"classification":"Medical","count":"2278","pct":"2.8"},{"classification":"Cooking and food","count":"2171","pct":"2.7"},{"classification":"Vacation and travel","count":"2109","pct":"2.6"},{"classification":"Computer games","count":"1863","pct":"2.3"},{"classification":"Forums","count":"1710","pct":"2.1"},{"classification":"Hobbies","count":"1449","pct":"1.8"},{"classification":"Books or comics","count":"1408","pct":"1.7"},{"classification":"Online marketing","count":"1240","pct":"1.5"},{"classification":"Home improvement","count":"1202","pct":"1.5"},{"classification":"Mobile","count":"1180","pct":"1.4"},{"classification":"Arts","count":"1078","pct":"1.3"},{"classification":"Finance (Banks_Real estate_Insurance)","count":"1026","pct":"1.2"},{"classification":"Adult","count":"1008","pct":"1.2"},{"classification":"Porn","count":"975","pct":"1.2"},{"classification":"Online video or audio","count":"904","pct":"1.1"},{"classification":"Pets and animals","count":"770","pct":"0.9"}],"responsecode":0}

    The result data under the array result:

  • classification - Classification of the domains.
  • count - Number of domains with the classification.
  • pct - Precent of the classification from the total referring domains.
  • This API SEO call will return information about the classification of the referring pages, the cost is one credit per call.

    Parameters:

  • apitype - Is set to pageclassification.
  • domain - The domain you want to search.
  • Example - Get the classification of the referring pages for the site: ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=pageclassification&domain=ebay.com

    Reply:
    {"result":[{"classification":"Shopping","count":"976256","pct":"39.3"},{"classification":"Vehicles","count":"277935","pct":"11.1"},{"classification":"Business and services","count":"170432","pct":"6.8"},{"classification":"Toys","count":"112057","pct":"4.5"},{"classification":"Clothing and fashion","count":"109728","pct":"4.4"},{"classification":"No classification","count":"99200","pct":"3.9"},{"classification":"Technology and computers","count":"92832","pct":"3.7"},{"classification":"Sports","count":"90700","pct":"3.6"},{"classification":"Computer games","count":"88427","pct":"3.5"},{"classification":"Blogs","count":"81427","pct":"3.2"},{"classification":"Music","count":"57492","pct":"2.3"},{"classification":"Books or comics","count":"49682","pct":"2.0"},{"classification":"News","count":"48180","pct":"1.9"},{"classification":"Medical","count":"44910","pct":"1.8"},{"classification":"Weapons","count":"44127","pct":"1.7"},{"classification":"Hobbies","count":"43842","pct":"1.7"},{"classification":"Entertainment","count":"41574","pct":"1.6"},{"classification":"Arts","count":"39599","pct":"1.5"},{"classification":"Banks","count":"38013","pct":"1.5"},{"classification":"Forums","count":"32725","pct":"1.3"},{"classification":"Life style and beauty","count":"30894","pct":"1.2"},{"classification":"General - not porn","count":"28537","pct":"1.1"},{"classification":"Cooking and food","count":"28163","pct":"1.1"},{"classification":"Pets and animals","count":"27947","pct":"1.1"},{"classification":"Home improvement","count":"26312","pct":"1.0"},{"classification":"Porn","count":"24285","pct":"0.9"},{"classification":"Vacation and travel","count":"24106","pct":"0.9"}],"responsecode":0}

    The result data under the array result:

  • classification - Classification of the pages.
  • count - Number of pages with the classification.
  • pct - Precent of the classification from the total referring pages.
  • This SEO API call will return the top outgoing domains for the domain, the cost is one credit per call.

    Parameters:

  • apitype - Is set to outgoingdomains.
  • domain - The domain you want to search.
  • Example - Get the top referring languages for the site ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=outgoingdomains&domain=ebay.com

    Reply:
    {"result":[{"domain":"ebay.cn","links":"246752","dofollow":"246752","domainscore":"47","ip":"222.73.220.176","country":"cn"},{"domain":"ec.europa.eu","links":"649","dofollow":"649","domainscore":"81","ip":"147.67.34.30","country":"lu"},{"domain":"ebay.co.th","links":"104","dofollow":"98","domainscore":"42","ip":"None","country":""},{"domain":"ebay.se","links":"61","dofollow":"61","domainscore":"42","ip":"66.135.211.12","country":"us"},{"domain":"ebaystores.com","links":"49","dofollow":"49","domainscore":"56","ip":"66.211.184.132","country":"us"},{"domain":"global.gmarket.co.kr","links":"49","dofollow":"49","domainscore":"46","ip":"174.35.53.13","country":"us"}],"responsecode":0}

    The result data under the array result:

  • domain - Outgoing domain.
  • links - Number of total outlinks to the domain.
  • dofollow - Number of dofollow outlinks to the referring domain.
  • ip - IP of the referring domain.
  • country - Two letters code for the country of the referring domain.
  • This SEO API call will return links that have a specific requested keyword, regardless of source or target site, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to keywordlink.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordlink&keyword=seo&from=0&to=5

    Reply:
    {"responsecode":0,"result":[{"fromdomainscore":"0","todomainscore":"0","fromurl":"http:\/\/incubaweb.com\/5-ideas-para-conseguir-enlaces-de-calidad-a-tus-contenidos\/","fromtitle":"5 ideas para conseguir enlaces de calidad a tus contenidos - Incubaweb - software y web 2.0","tourl":"http:\/\/diariothc.com\/seo-low-cost-de-verdad-vale-la-pena\/","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/5280-postcode","fromtitle":"5280 postcode, 5280 postcode in ACT","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/5253-postcode","fromtitle":"5253 postcode, 5253 postcode in ACT","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/5253-postcode","fromtitle":"5253 postcode, 5253 postcode in ACT","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-toomulla-postcode","fromtitle":"Toomulla postcode, Toomulla, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"}]}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordlink&keyword=seo&from=5&to=10

    Reply:
    {"responsecode":0,"result":[{"fromdomainscore":"0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-toomulla-postcode","fromtitle":"Toomulla postcode, Toomulla, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-toomulla-postcode","fromtitle":"Toomulla postcode, Toomulla, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-cashmere-postcode","fromtitle":"Cashmere postcode, Cashmere, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-cashmere-postcode","fromtitle":"Cashmere postcode, Cashmere, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"},{"fromdomainscore":" 0","todomainscore":"0","fromurl":"http:\/\/postcode-finders.com.au\/qld-cashmere-postcode","fromtitle":"Cashmere postcode, Cashmere, Queensland postcode","tourl":"http:\/\/emrerothzerg.com\/services\/seo","totitle":"","nofollow":0,"firstseen":"1\/Oct\/2019","lastseen":"1\/Oct\/2019"}]}

    The result data is:

  • fromdomainscore - From domain domain score.
  • todomainscore - To site domain score.
  • fromurl - From URL that provides the backlink.
  • fromtitle - From URL's title.
  • tourl - To URL that is the target of the backlink.
  • totitle - To URL's title (may be empty of page wasn't crawled yet).
  • nofollow - 0 is dofollow, 1 is nofollow.
  • lastseen - Date backlink was last seen.
  • This SEO API call will return pages that have a specific requested keyword in their title, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to keywordtitle.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum domain score (0-100).
  • maxd - Maximum domain score (0-100).
  • unique - Set to 1, to receive a domain only once in the results.
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordtitle&keyword=seo&from=0&to=5

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/uniktapifakta.com\/p\/seo-tools.html","fromtitle":""},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/category\/web\/marketing-ingresos-seo\/","fromtitle":"Marketing\/Ingresos\/SEO Archives - Incubaweb - software y web 2.0"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/black-friday-2015-aprovecha-el-seo-y-posicionate\/","fromtitle":"Black Friday 2015: Aprovecha el SEO y posici\u00f3nate"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/30-consejos-sobre-seo-que-los-bloggers-deberian-tomar-en-cuenta\/","fromtitle":"30 consejos sobre SEO que los bloggers deber\u00edan tomar en cuenta - Incubaweb - software y web 2.0"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/que-son-los-backlinks-y-como-ayudan-al-seo\/","fromtitle":"\u00bfQu\u00e9 son los backlinks y c\u00f3mo ayudan al SEO?"}]}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordlink&keyword=seo&from=5&to=10

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/incubaweb.com\/3-herramientas-imprescindibles-para-tener-controlado-tu-seo\/","fromtitle":"3 herramientas imprescindibles para tener controlado tu SEO - Incubaweb - software y web 2.0"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/seo-todo-sobre-el-posicionamiento-en-buscadores-en-una-infografia\/","fromtitle":"SEO, todo sobre el posicionamiento en buscadores en una infograf\u00eda - Incubaweb - software y web 2.0"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/category\/seo\/","fromtitle":"SEO Archives - Incubaweb - software y web 2.0"},{"domainscore":" 0","fromurl":"http:\/\/incubaweb.com\/tendencias-seo-para-el-2015\/","fromtitle":"Tendencias SEO para el 2015: las tres que se vienen"},{"domainscore":" 0","fromurl":"http:\/\/hostisc.com\/category\/seo\/","fromtitle":"SEO Archives - Hostisc.com"}]}

    The result data is:

  • fromdomainscore - From domain domain score.
  • fromurl - From URL that provides the backlink.
  • fromtitle - From URL's title.
  • This SEO API call will return pages that have a specific requested keyword in their meta description, if the page has the keyword in title, it will not be returned with this API as well, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to keyworddescription.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum domain score (0-100).
  • maxd - Maximum domain score (0-100).
  • unique - Set to 1, to receive a domain only once in the results.
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keyworddescription&keyword=seo&from=0&to=5

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/inoxnetwork.com\/web-devlopment-2\/","fromtitle":"Web Development"},{"domainscore":" 0","fromurl":"http:\/\/hendrixbetondesign.nl\/steenstrips","fromtitle":"Steenstrips - Hendrix betondesign"},{"domainscore":" 0","fromurl":"http:\/\/hendrixbetondesign.nl\/pilaarhoedjes-voorbeeld","fromtitle":"Pilaarhoedjes (2) - Hendrix betondesign"},{"domainscore":" 0","fromurl":"http:\/\/anim2-0.com\/index.php?option=com_rsform&view=rsform&formId=1&Itemid=625","fromtitle":"Anim 2.0 - Contact"},{"domainscore":" 0","fromurl":"http:\/\/clearviewdigitalmarketing.ca\/","fromtitle":"Home | Clearview Digital Marketing"}]}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keyworddescription&keyword=seo&from=5&to=10

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/endeavorwriting.com\/website-copy\/","fromtitle":"Website Copy Writing Services by Endeavor WritingEndeavor Writing"},{"domainscore":" 0","fromurl":"http:\/\/ritabk.ru\/blog\/","fromtitle":"\u0411\u043b\u043e\u0433 \u0420\u0438\u0442\u044b \u041c\u043e\u043b\u0447\u0430\u043d\u043e\u0432\u043e\u0439 |C\u0435\u043a\u0440\u0435\u0442\u044b \u0431\u043b\u043e\u0433\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f- \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0439 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043e\u043a \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435"},{"domainscore":" 34","fromurl":"http:\/\/coquette.blogs.com\/coquette\/2009\/12\/casasugars-8-go-to-holiday-gift-ideas-from-the-design-tastemakers.html","fromtitle":"Coquette: CasaSugar's 8 Go-To Holiday Gift Ideas from the Design Tastemakers"},{"domainscore":" 0","fromurl":"http:\/\/marcogermano.it\/chi-sono\/","fromtitle":"Chi Sono | Marco German\u00f2 Consulente Web Marketing"},{"domainscore":" 0","fromurl":"http:\/\/volkswagen.am\/en\/models\/multivan.html","fromtitle":"Multivan"}]}

    The result data is:

  • fromdomainscore - From domain domain score.
  • fromurl - From URL that provides the backlink.
  • fromtitle - From URL's title.
  • This SEO API call will return pages that have a specific requested keyword in their meta keywords, if the page has the keyword in title or meta description, it will not be returned with this API as well, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to keywordmeta.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum domain score (0-100).
  • maxd - Maximum domain score (0-100).
  • unique - Set to 1, to receive a domain only once in the results.
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordmeta&keyword=seo&from=0&to=5

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/sjz-0311.net\/paiming\/7975.html","fromtitle":"\u300cseo\u516c\u53f8\u300d\u7f51\u7ad9\u4f18\u5316\u7ec6\u8282\u51b3\u5b9a\u6210\u8d25_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/paiming\/8064.html","fromtitle":"\u300cseo\u6559\u5b66\u300d\u4e0e\u5176\u7814\u7a76\u7f51\u7ad9\u5173\u952e\u8bcd\u6392\u540d\u4e0d\u5982\u76f4\u63a5\u67e5\u770b\u76f8\u5e94\u7684\u6570\u636e_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/jishu\/8120.html","fromtitle":"\u300c\u7f51\u7ad9\u81ea\u7136\u4f18\u5316\u300d\u6d45\u6790\u767e\u5ea6seo\u670d\u52a1\u6d41\u7a0b\u53ca\u5185\u5bb9_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/paiming\/8004.html","fromtitle":"\u300c\u54c8\u5c14\u6ee8seo\u300d\u89e3\u8bfb\u4f01\u4e1a\u7f51\u7ad9\u4f18\u5316\u8fbe\u4e0d\u5230\u9884\u671f\u6548\u679c\u7684\u539f\u56e0_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/jishu\/8082.html","fromtitle":"\u300c\u7f51\u7ad9\u4f18\u5316\u6392\u540d\u8f6f\u4ef6\u300dSEO\u6392\u540d\u548c\u7f51\u7ad9\u6536\u5f55\u7684\u5173\u7cfb_\u4e0a\u6d77\u677e\u6770SEO"}]}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordmeta&keyword=seo&from=5&to=10

    Reply:
    {"responsecode":0,"result":[{"domainscore":"0","fromurl":"http:\/\/sjz-0311.net\/jishu\/8115.html","fromtitle":"\u300cseo\u6280\u672f\u300d\u5206\u6790\u5f71\u54cd\u7f51\u7ad9\u7a33\u5b9a\u6392\u540d\u7684\u51e0\u4e2a\u5173\u952e\u56e0\u7d20_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/paiming\/7979.html","fromtitle":"\u300cseo\u7814\u7a76\u4e2d\u5fc3\u300dSEO\u4f18\u5316\u7684\u5173\u952e\u6280\u5de7\u6709\u54ea\u4e9b\uff1f_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/jishu\/8106.html","fromtitle":"\u300cseo\u535a\u5ba2\u300d\u5173\u4e8e\u5173\u952e\u8bcd\u4f18\u5316\u4e0e\u6574\u7ad9\u4f18\u5316\u7684\u533a\u522b\u4ecb\u7ecd_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/tuiguang\/8276.html","fromtitle":"\u6c5f\u6cb9\u5e02\u7f51\u7edc\u516c\u53f8\u7f51\u7ad9\u4f18\u5316\u63a8\u5e7f,seo\u9700\u8981\u638c\u63e1\u7684\u8981\u70b9_\u4e0a\u6d77\u677e\u6770SEO"},{"domainscore":" 0","fromurl":"http:\/\/sjz-0311.net\/tuiguang\/8290.html","fromtitle":"\u5409\u5b89\u5e02\u7f51\u7edc\u516c\u53f8seo\u6392\u540d\u5982\u4f55\u5728\u884c\u4e1a\u4e2d\u8131\u9896\u800c\u51fa\uff1f_\u4e0a\u6d77\u677e\u6770SEO"}]}

    The result data is:

  • fromdomainscore - From domain domain score.
  • fromurl - From URL that provides the backlink.
  • fromtitle - From URL's title.
  • This SEO API call will return keywords that are similar to the specified seed keyword, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to similarkeyword.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category (values can be seen here: Category list).
  • question - Set to 1, if you want to get only questions.
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarkeyword&keyword=seo&from=0&to=5

    Reply:
    {"result":[{"keyword":"seo erie pa","searchvolume":75000,"ctr":29,"difficulty":"47"},{"keyword":"especialista seo","searchvolume":55000,"ctr":66,"difficulty":"43"},{"keyword":"seo services","searchvolume":50000,"ctr":50,"difficulty":"55"},{"keyword":"seo services minneapolis","searchvolume":40000,"ctr":60,"difficulty":"44"},{"keyword":"seo eunkwang","searchvolume":35000,"ctr":22,"difficulty":"61"}],"responsecode":0}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarkeyword&keyword=seo&from=5&to=10

    Reply:
    {"result":[{"keyword":"seo jang-hoon","searchvolume":30000,"ctr":22,"difficulty":"48"},{"keyword":"seo company","searchvolume":30000,"ctr":55,"difficulty":"47"},{"keyword":"seo agency","searchvolume":20000,"ctr":66,"difficulty":"45"},{"keyword":"seo group buy","searchvolume":20000,"ctr":93,"difficulty":"32"},{"keyword":"seo checker","searchvolume":20000,"ctr":85,"difficulty":"50"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo with search volume under 300 searches per month:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarkeyword&keyword=seo&maxvolume=0&from=0&to=5

    Reply:
    {"result":[{"keyword":"is wix good for seo 2017","searchvolume":0,"ctr":0,"difficulty":"54"},{"keyword":"sub domains and seo","searchvolume":0,"ctr":0,"difficulty":"52"},{"keyword":"seo optimization prices","searchvolume":0,"ctr":0,"difficulty":"55"},{"keyword":"blog comments seo","searchvolume":0,"ctr":83,"difficulty":"59"},{"keyword":"thig a seo","searchvolume":0,"ctr":0,"difficulty":"48"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo, that also contains the phrase "checker":

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarkeyword&keyword=seo&phrase=checker&from=0&to=5

    Reply:
    {"result":[{"keyword":"seo checker","searchvolume":20000,"ctr":85,"difficulty":"50"},{"keyword":"seo onpage checker tool","searchvolume":3000,"ctr":100,"difficulty":"55"},{"keyword":"website seo checker","searchvolume":2000,"ctr":100,"difficulty":"46"},{"keyword":"seo checker free","searchvolume":1500,"ctr":60,"difficulty":"48"},{"keyword":"seo headline checker","searchvolume":1000,"ctr":75,"difficulty":"51"}],"responsecode":0}

    Example - Get the first 5 results for the keyword food, in the pets category:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarkeyword&keyword=food&cat=53&from=0&to=5

    Reply:
    {"result":[{"keyword":"best guppy food","searchvolume":30000,"ctr":100,"difficulty":"46"},{"keyword":"why do cats play with their food","searchvolume":10000,"ctr":75,"difficulty":"43"},{"keyword":"food fantasy tortoise jelly","searchvolume":10000,"ctr":78,"difficulty":"62"},{"keyword":"tortoise jelly food fantasy","searchvolume":6500,"ctr":83,"difficulty":"69"},{"keyword":"reptile food","searchvolume":6000,"ctr":58,"difficulty":"49"}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Keyword ranking difficulty.
  • This SEO API call will return keyword's that are contains the seed keyword inside another word, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to partialkeyword.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category (values can be seen here: Category list).
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=partialkeyword&keyword=seo&from=0&to=5

    Reply:
    {"result":[{"keyword":"seoul","searchvolume":100000,"ctr":38,"difficulty":"61"},{"keyword":"offleaseonly","searchvolume":85000,"ctr":88,"difficulty":"51"},{"keyword":"seoul time","searchvolume":80000,"ctr":43,"difficulty":"51"},{"keyword":"time in seoul","searchvolume":65000,"ctr":35,"difficulty":"54"},{"keyword":"sexy seokjin","searchvolume":35000,"ctr":1,"difficulty":"58"}],"responsecode":0}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=partialkeyword&keyword=seo&from=5&to=10

    Reply:
    {"result":[{"keyword":"busan vs seoul","searchvolume":35000,"ctr":66,"difficulty":"50"},{"keyword":"aseop","searchvolume":35000,"ctr":96,"difficulty":"0"},{"keyword":"seolhyun","searchvolume":35000,"ctr":32,"difficulty":"68"},{"keyword":"ma dong-seok","searchvolume":30000,"ctr":30,"difficulty":"58"},{"keyword":"seoul south korea","searchvolume":25000,"ctr":42,"difficulty":"63"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo with search volume under 300 searches per month:

    https://app.seo-explorer.io/api.php?token=demo&apitype=partialkeyword&keyword=seo&maxvolume=0&from=0&to=5

    Reply:
    {"result":[{"keyword":"is wix good for seo 2017","searchvolume":0,"ctr":0,"difficulty":"54"},{"keyword":"sub domains and seo","searchvolume":0,"ctr":0,"difficulty":"52"},{"keyword":"seo optimization prices","searchvolume":0,"ctr":0,"difficulty":"55"},{"keyword":"blog comments seo","searchvolume":0,"ctr":83,"difficulty":"59"},{"keyword":"thig a seo","searchvolume":0,"ctr":0,"difficulty":"48"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo, that also contains the phrase "checker":

    https://app.seo-explorer.io/api.php?token=demo&apitype=partialkeyword&keyword=seo&phrase=checker&from=0&to=5

    Reply:
    {"result":[{"keyword":"seoulchillun","searchvolume":0,"ctr":0,"difficulty":"0"},{"keyword":"1 seound everuday signed me out","searchvolume":0,"ctr":0,"difficulty":"0"},{"keyword":"pulseo","searchvolume":0,"ctr":0,"difficulty":"50"},{"keyword":"seote","searchvolume":0,"ctr":0,"difficulty":"60"},{"keyword":"jessica jung and seomin","searchvolume":0,"ctr":0,"difficulty":"70"}],"responsecode":0}

    Example - Get the first 5 results for the keyword food, in the pets category:

    https://app.seo-explorer.io/api.php?token=demo&apitype=partialkeyword&keyword=food&cat=53&from=0&to=5

    Reply:
    {"result":[{"keyword":"catit catfood tower","searchvolume":6500,"ctr":38,"difficulty":"0"},{"keyword":"purina catfood coupons","searchvolume":2500,"ctr":85,"difficulty":"0"},{"keyword":"best catfood at walmart","searchvolume":1500,"ctr":80,"difficulty":"0"},{"keyword":"petfood express","searchvolume":1500,"ctr":75,"difficulty":"0"},{"keyword":"online petfood","searchvolume":1500,"ctr":40,"difficulty":"0"}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Keyword ranking difficulty.
  • This SEO API call will return keywords that are related to the seed keyword, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to relatedkeyword.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters: Because there are usually up to a maximum of 30 related keywords there aren't any drilldown filters.

    Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=relatedkeyword&keyword=seo&from=0&to=5

    Reply:
    {"result":[{"keyword":"wordpress","searchvolume":1000000,"ctr":45,"difficulty":"72"},{"keyword":"google trends","searchvolume":950000,"ctr":92,"difficulty":"58"},{"keyword":"google my business","searchvolume":900000,"ctr":79,"difficulty":"73"},{"keyword":"google ads","searchvolume":750000,"ctr":61,"difficulty":"75"},{"keyword":"wonho","searchvolume":150000,"ctr":39,"difficulty":"54"}],"responsecode":0}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=relatedkeyword&keyword=seo&from=5&to=10

    Reply:
    {"result":[{"keyword":"ahrefs","searchvolume":80000,"ctr":73,"difficulty":"62"},{"keyword":"search engine optimization","searchvolume":70000,"ctr":67,"difficulty":"72"},{"keyword":"what is seo","searchvolume":40000,"ctr":47,"difficulty":"64"},{"keyword":"park min young","searchvolume":35000,"ctr":42,"difficulty":"53"},{"keyword":"park seo joon","searchvolume":25000,"ctr":41,"difficulty":"58"}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Keyword ranking difficulty.
  • This SEO API call will return phrases that are similar to the see phrase (phrase must be atleast 2 keywords), the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit (call not supported with demo user)

    Parameters:

  • apitype - Is set to similarphrases.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters: Because there are usually up to a maximum of 30 related keywords there aren't any drilldown filters.

    Example - Get the first 5 results for the phrase 250 word:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarphrases&keyword=250%20word&from=0&to=5

    Reply:
    {"result":[{"keyword":"250 000 000 in words","searchvolume":1000,"ctr":100,"difficulty":"27"},{"keyword":"word mocha 250","searchvolume":300,"ctr":100,"difficulty":"33"},{"keyword":"250 characters is how many words","searchvolume":300,"ctr":100,"difficulty":"42"},{"keyword":"250 pages how many words","searchvolume":300,"ctr":0,"difficulty":"41"},{"keyword":"250 in words","searchvolume":300,"ctr":0,"difficulty":"32"}],"responsecode":0}

    Example - Getting the next 5 results for the phrase 250 word:

    https://app.seo-explorer.io/api.php?token=demo&apitype=similarphrases&keyword=250%20word&from=5&to=10

    Reply:
    {"result":[{"keyword":"word mocha 250","searchvolume":300,"ctr":100,"difficulty":"33"},{"keyword":"250 pages how many words","searchvolume":300,"ctr":0,"difficulty":"41"},{"keyword":"word link level 250","searchvolume":0,"ctr":0,"difficulty":"29"},{"keyword":"word nut level 250","searchvolume":0,"ctr":0,"difficulty":"23"},{"keyword":"250 most common russian words","searchvolume":0,"ctr":0,"difficulty":"35"}],"responsecode":0}

    The result data is:

  • keyword - Suggested phrase.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Phrase ranking difficulty.
  • This SEO API call will return keywords that the URLs that rank for specified seed keyword also rank, the cost is one credit for each 10 rows of returned data, so if you requested 100 results for a keyword, the cost is 10 credits, the minimum cost is one credit

    Parameters:

  • apitype - Is set to alsoranksforkeyword.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category (values can be seen here: Category list).
  • question - Set to 1, if you want to get only questions.
  • Example - Get the first 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=alsoranksforkeyword&keyword=seo&from=0&to=5

    Reply:
    {"result":[{"keyword":"search engine optimization","searchvolume":100000,"ctr":67,"difficulty":"56"},{"keyword":"what is seo","searchvolume":50000,"ctr":47,"difficulty":"53"},{"keyword":"seo meaning","searchvolume":30000,"ctr":21,"difficulty":"58"},{"keyword":"how to use seo marketing","searchvolume":30000,"ctr":40,"difficulty":"58"},{"keyword":"google seo","searchvolume":25000,"ctr":74,"difficulty":"42"}],"responsecode":0}

    Example - Getting the next 5 results for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=alsoranksforkeyword&keyword=seo&from=5&to=10

    Reply:
    {"result":[{"keyword":"best seo ranking","searchvolume":20000,"ctr":83,"difficulty":"47"},{"keyword":"seo tips","searchvolume":15000,"ctr":82,"difficulty":"56"},{"keyword":"seo optimization","searchvolume":10000,"ctr":37,"difficulty":"68"},{"keyword":"seo for dummies","searchvolume":10000,"ctr":55,"difficulty":"50"},{"keyword":"seo definition","searchvolume":10000,"ctr":37,"difficulty":"63"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo with search volume under 300 searches per month:

    https://app.seo-explorer.io/api.php?token=demo&apitype=alsoranksforkeyword&keyword=seo&maxvolume=0&from=5&to=10

    Reply:
    {"result":[{"keyword":"google topic search","searchvolume":0,"ctr":0,"difficulty":"36"},{"keyword":"webmaster file handling strategies","searchvolume":0,"ctr":0,"difficulty":"42"},{"keyword":"how to increase seo ranking on google","searchvolume":0,"ctr":0,"difficulty":"47"},{"keyword":"as of late 2018 content url","searchvolume":0,"ctr":0,"difficulty":"43"},{"keyword":"seo tips 2018","searchvolume":0,"ctr":100,"difficulty":"54"}],"responsecode":0}

    Example - Get the first 5 results for the keyword seo, that also contains the phrase "checker":

    https://app.seo-explorer.io/api.php?token=demo&apitype=alsoranksforkeyword&keyword=seo&maxvolume=0&phrase=checker&from=0&to=5

    Reply:
    {"result":[{"keyword":"google seo learning","searchvolume":0,"ctr":0,"difficulty":"38"},{"keyword":"how seo works 2018","searchvolume":0,"ctr":0,"difficulty":"58"},{"keyword":"how to maximize your google search","searchvolume":0,"ctr":0,"difficulty":"45"},{"keyword":"google website content","searchvolume":0,"ctr":0,"difficulty":"33"},{"keyword":"how to google optimize your website","searchvolume":0,"ctr":50,"difficulty":"57"}],"responsecode":0}

    Example - Get the first 5 results for the keyword food, in the pets category:

    https://app.seo-explorer.io/api.php?token=demo&apitype=alsoranksforkeyword&keyword=food&cat=53&from=0&to=5

    Reply:
    {"result":[{"keyword":"what dies it mean when animals have no food","searchvolume":0,"ctr":0,"difficulty":"51"},{"keyword":"early preparations made from plants and animals","searchvolume":0,"ctr":0,"difficulty":"63"}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Keyword ranking difficulty.
  • This SEO API call will return searched keywords based on their classification

    Parameters:

  • apitype - Is set to keywordsbyclassification.
  • keyword - The category number you want the keywords to belong to.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Optional parameters:

  • mind - Minimum keyword difficulty (0-100).
  • maxd - Maximum keyword difficulty (0-100).
  • maxvolume - Maximum monthly search volume (set to 0, for long tail keywords that are under 300 searches per month).
  • phrase - Phrase that must appear in results.
  • cat - Classification category, this allows to cross the keywords with another category (values can be seen here: Category list).
  • question - Set to 1, if you want to get only questions.
  • Example - Get the first 5 results for the category seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordsbyclassification&keyword=165&from=0&to=5

    Reply:
    {"result":[{"keyword":"google search console","searchvolume":500000,"ctr":95,"difficulty":"54"},{"keyword":"ubersuggest","searchvolume":150000,"ctr":93,"difficulty":"57"},{"keyword":"semrush","searchvolume":150000,"ctr":67,"difficulty":"82"},{"keyword":"amazon seo services","searchvolume":150000,"ctr":63,"difficulty":"39"}],"responsecode":0}

    Example - Getting the next 5 results for the category seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordsbyclassification&keyword=165&from=5&to=10

    Reply:
    {"result":[{"keyword":"ahrefs","searchvolume":100000,"ctr":73,"difficulty":"59"},{"keyword":"seo services","searchvolume":100000,"ctr":50,"difficulty":"53"},{"keyword":"professional seo services","searchvolume":100000,"ctr":37,"difficulty":"43"},{"keyword":"park seo-joon","searchvolume":100000,"ctr":18,"difficulty":"67"},{"keyword":"park seo joon","searchvolume":100000,"ctr":41,"difficulty":"62"}],"responsecode":0}

    Example - Get the first 5 results for the category seo with search volume under 300 searches per month:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordsbyclassification&keyword=165&maxvolume=0&from=5&to=10

    Reply:
    {"result":[{"keyword":"thig a seo","searchvolume":0,"ctr":0,"difficulty":"39"},{"keyword":"seo optimization prices","searchvolume":0,"ctr":0,"difficulty":"47"},{"keyword":"lsi helmets","searchvolume":0,"ctr":0,"difficulty":"59"},{"keyword":"google business search optimization","searchvolume":0,"ctr":0,"difficulty":"66"},{"keyword":"2000 chevrolet metro lsi","searchvolume":0,"ctr":0,"difficulty":"54"}],"responsecode":0}

    Example - Get the first 5 results for the category seo, that also contains the phrase "checker":

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordsbyclassification&keyword=165&maxvolume=0&phrase=checker&from=0&to=5

    Reply:
    {"result":[{"keyword":"csgo rank checker","searchvolume":0,"ctr":100,"difficulty":"35"},{"keyword":"find broken link checker","searchvolume":0,"ctr":0,"difficulty":"53"},{"keyword":"free seo checker tools","searchvolume":0,"ctr":75,"difficulty":"58"},{"keyword":"seo website rate checker","searchvolume":0,"ctr":0,"difficulty":"35"},{"keyword":"search engine ranking checker","searchvolume":0,"ctr":0,"difficulty":"45"}],"responsecode":0}

    Example - Get the first 5 results for the category seo, that are questions:

    https://app.seo-explorer.io/api.php?token=demo&apitype=keywordsbyclassification&keyword=165&question=1&from=0&to=5

    Reply:
    {"result":[{"keyword":"how to check website google ranking","searchvolume":55000,"ctr":80,"difficulty":"51"},{"keyword":"what is seo","searchvolume":50000,"ctr":47,"difficulty":"66"},{"keyword":"how to use seo marketing","searchvolume":30000,"ctr":40,"difficulty":"62"},{"keyword":"how to create backlinks","searchvolume":15000,"ctr":83,"difficulty":"63"},{"keyword":"what is a link building campaign","searchvolume":8000,"ctr":68,"difficulty":"62"}],"responsecode":0}

    The result data is:

  • keyword - Suggested keyword.
  • searchvolume - Monthly search volume.
  • ctr - Click through rate.
  • difficulty - Keyword ranking difficulty.
  • This SEO API call will return a summary of all advertisers on the keyword, the cost is one credit.

    Parameters:

  • apitype - Is set to adssummary.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • Example - Getting the list of advertisers for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=adssummary&keyword=seo

    Reply:
    {"total":"14","result":[{"domain":"actbold.com","totalads":"7"},{"domain":"danieljupp.com","totalads":"0"},{"domain":"digital.affirmaconsulting.com","totalads":"3"},{"domain":"digitalnexa.com","totalads":"4"},{"domain":"dynamicmediasolutions.us","totalads":"23"},{"domain":"ebrandz.com","totalads":"11"},{"domain":"forcemktg.com","totalads":"11"},{"domain":"highervisibility.com","totalads":"28"},{"domain":"rankpay.com","totalads":"2"},{"domain":"searchmetrics.com","totalads":"3"},{"domain":"semrush.com","totalads":"964"},{"domain":"sites.google.com","totalads":"244"},{"domain":"smallbusiness-seo.com","totalads":"15"},{"domain":"surefirelocal.com","totalads":"1"}],"responsecode":0}

    The result data is array of:

  • domain - Advertising domain.
  • totalads - Total keywords the advertiser in advertising on (other keywords not related to this keyword).
  • This SEO API call will return details of all advertisers on the keyword, the cost is one credit.

    Parameters:

  • apitype - Is set to adsdetail.
  • keyword - The keyword you want to search, for unicode keywords you should encode the utf8 with base64 and use the parameter keyword64 instead.
  • Example - Getting the list of advertisers for the keyword seo:

    https://app.seo-explorer.io/api.php?token=demo&apitype=adsdetail&keyword=seo

    Reply:
    {"total":"20","result":[{"domain":"dynamicmediasolutions.us","totalads":"23","date":"08-31-2019"},{"domain":"semrush.com","totalads":"964","date":"10-15-2019"},{"domain":"actbold.com","totalads":"7","date":"10-15-2019"},{"domain":"forcemktg.com","totalads":"11","date":"10-15-2019"},{"domain":"forcemktg.com","totalads":"11","date":"10-30-2019"},{"domain":"highervisibility.com","totalads":"28","date":"10-30-2019"},{"domain":"semrush.com","totalads":"964","date":"11-24-2019"},{"domain":"dynamicmediasolutions.us","totalads":"23","date":"11-24-2019"},{"domain":"rankpay.com","totalads":"2","date":"11-24-2019"},{"domain":"surefirelocal.com","totalads":"1","date":"11-24-2019"},{"domain":"danieljupp.com","totalads":"0","date":"11-24-2019"},{"domain":"sites.google.com","totalads":"244","date":"11-24-2019"},{"domain":"smallbusiness-seo.com","totalads":"15","date":"11-24-2019"},{"domain":"digitalnexa.com","totalads":"4","date":"11-26-2019"},{"domain":"ebrandz.com","totalads":"11","date":"01-06-2020"},{"domain":"semrush.com","totalads":"964","date":"01-06-2020"},{"domain":"searchmetrics.com","totalads":"3","date":"01-06-2020"},{"domain":"dynamicmediasolutions.us","totalads":"23","date":"01-06-2020"},{"domain":"semrush.com","totalads":"964","date":"01-15-2020"}],"responsecode":0}

    The result data is array of:

  • domain - Advertising domain.
  • totalads - Total ads for all keywords seen for this domain.
  • date - Date the ad was seen, date format is m-d-y.
  • This SEO API call will return the classification for a domain, the cost is one credit for each call.

    Parameters:

  • apitype - Is set to geturlclassification.
  • domain - The domain you want to classify, for full URLs with the & character you should encode the URL with urlencode or equivalent function.
  • Example - Get the classification of ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=geturlclassification&domain=ebay.com

    Reply:
    {"database":0,"category1":"67","category2":0,"category3":0,"category4":0,"categorytext1":"Shopping","categorytext2":"","categorytext3":"","categorytext4":"","responsecode":0}

    The result data is:

  • database - 0 to indicate the data is from the URL Classification server.
  • category1/2/3/4 - The category ID.
  • categorytext1/2/3/4 - The category text.
  • This SEO API call will return the classification for a url, the cost is two credits for each call.

    There are two sources for the data:

  • Static database - Database of preclassified URLs with over 10 billion URLs, the advantage that there's no latency if the URL exists.
  • Dynamic server - Our URL Classification server will dynamically fetch the URL and classify it, it can take upto 30 seconds, depending on the load speed of the URL.
  • For search engines the Domain Classification option should be used, the result will be the classification of the search phrase.

    Parameters:

  • apitype - Is set to geturlclassification (same as domain classification.)
  • domain - The domain you want to classify, for full URLs with the & character you should encode the URL with urlencode or equivalent function.
  • Optional parameters:

  • database - Set to 1 to access the static database.
  • dynamic - Set to 1 to access the URL server dynamic classification.
  • fallback - Set to 1 to use both options, first check is made against the database, if there's no result, it will fallback to the URL Server.
  • To get the classification of the URL, you must set either database or dynamic parameters, otherwise the result will be the classification of the domain.

    Example - Get the dynamic classification of a page on CNN:

    https://app.seo-explorer.io/api.php?token=demo&apitype=geturlclassification&domain=https://edition.cnn.com/world/live-news/coronavirus-pandemic-06-30-20-intl/index.html&dynamic=1

    Reply:
    {"database":0,"category1":"47","category2":"41","category3":0,"category4":0,"categorytext1":"News","categorytext2":"Medical","categorytext3":"","categorytext4":"","responsecode":0}

    The result data is:

  • database - 0 to indicate the data is from the URL Classification server.
  • category1/2/3/4 - The category ID.
  • categorytext1/2/3/4 - The category text.
  • Example - Get the classification of a page on CNN from the database:

    https://app.seo-explorer.io/api.php?token=demo&apitype=geturlclassification&domain=https://www.cnn.com/2001/TECH/internet/06/26/word.bug.idg/&database=1

    Reply:
    {"database":1,"result":[{"found":"1","category1":"47","category2":"0","category3":"0","category4":"0","categorytext1":"News","categorytext2":"","categorytext3":"","categorytext4":""},{"found":"1","category1":"72","category2":"47","category3":"0","category4":"0","categorytext1":"Technology and computers","categorytext2":"News","categorytext3":"","categorytext4":""},{"found":"1","category1":"72","category2":"47","category3":"0","category4":"0","categorytext1":"Technology and computers","categorytext2":"News","categorytext3":"","categorytext4":""}],"responsecode":0}

    The result data is:

  • database - Set to 1, to indicate result came from the static database.
  • Result array each made from:
  • found - Set to 1 if data is found.
  • category1/2/3/4 - The category ID.
  • categorytext1/2/3/4 - The category text.
  • The result array is made from three parts:

  • Element 0 - Domain only classification.
  • Element 1 - URL only classification.
  • Element 2 - Merge of the domain and URL classification in one result.
  • If the domain or URL results are not found, it's advised to fallback to the server's URL Classification.

    Example - Get the classification of a page on CNN from the database if it doesn't exist, fallback to the server:

    https://app.seo-explorer.io/api.php?token=demo&apitype=geturlclassification&domain=https://edition.cnn.com/world/live-news/coronavirus-pandemic-06-30-20-intl/index.html&database=1&fallback=1

    Reply:
    {"database":0,"category1":"47","category2":"41","category3":0,"category4":0,"categorytext1":"News","categorytext2":"Medical","categorytext3":"","categorytext4":"","responsecode":0}

    The data was not found on the database so it was classified by the URL server, because database field is 0

    The Text Classification API call will return the classification a text that is up to 1024 characters.

    Parameters:

  • apitype - Is set to text classification.
  • keyword - The text you want to classify.
  • Example - Get the classification of 'marta bought red shoes':

    http://app.seo-explorer.io/api.php?token=demo&apitype=textclassification&keyword=marta%20bought%20red%20shoes

    Reply:
    {"category1":"13","category2":0,"categorytext1":"Clothing and fashion","categorytext2":"","responsecode":0}

    The result data is:

  • category1/2 - The category ID.
  • categorytext1/2 - The category text.
  • This SEO API call will check and return the backlinks for a domain or URL, the cost is one credit for up to 100 backlinks, for Example - 0-100 backlinks will be considered as one credit, 101-200 backlinks will be considered as two credits

    Parameters:

  • apitype - Is set to getlinks.
  • domain - The domain or URL you want to get the backlinks to, for full URLs with the & character you should encode the URL with urlencode or equivalent function.
  • from - Starting record.
  • to - Ending record.
  • mind (optional) - Minimum source domain score (0-100).
  • maxd (optional) - Maximum source domain score (0-100).
  • unique (optional) - Set to 1, to receive a domain only once in the results.
  • cat (optional) - Filter to a specific category.
  • Example 1 - Get the first five backlinks to ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5

    Reply:
    {"result":[{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/3d-printed-miniatures-3d-printed-terrain-desert-shop","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/collections\/gamescape3d\/products\/hunting-lodge-wargames-tabletop-scenery-3d-printed-miniatures","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/collections\/3d-printable-files-stls","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/nurse-nursing-nurses-retractable-id-badge-clip-handmade-crochet-made-to-order","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    The result data is an array of links:

  • domainscore - Backlink's domain score.
  • fromurl - The source link.
  • fromtitle - Source link's title.
  • keyword - Backlink's anchor text.
  • tourl - The URL the backlink is pointing to.
  • firstseen - The date the backlink was first seen.
  • lastseen - The date the backlink was last seen.
  • nofollow - 1 for nofollow backlink.
  • badlink - 1 for bad backlink (for example hidden).
  • imagelink - 1 for image backlink.
  • frame - 1 for frame backlink.
  • redirect - 1 for redirected backlink.
  • affiliate - 1 for affiliate backlink.
  • ugc - 1 for user generated content backlink.
  • sponsored - 1 for sponsored backlink.
  • Example 2 - Get the next five backlinks to ebay.com:

    https://app.seo-explorer.io/api.php?token=demohttp://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=5&to=10

    Reply:
    {"result":[{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/3d-printed-terrain-urban-strip-mall","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/pittsburgh-steelers-baby-photo-prop-costume-diaper-cover-hat-booties-new-made-for-the-size-you-need","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/3d-printed-miniatures-3d-printed-terrain-wizards-tower-upper-door-tower-section","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/3d-printed-terrain-industrial-chemworks-thermionic-release-processing-unit","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/batman-baby-photo-prop-batman-baby-costume-diaper-cover-hat-booties-new-handmade-to-order","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    Example 3 - Get the first five backlinks to ebay.com that have domain score higher then 50:

    https://app.seo-explorer.io/api.php?token=demohttp://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5&mind=50

    Reply:
    {"result":[{"domainscore":"59","fromurl":"http:\/\/salon.com\/1999\/11\/02\/resource\/","fromtitle":"View from the Top Resource Page | Salon.com","keyword":"ebay","tourl":"http:\/\/ebay.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"56","fromurl":"http:\/\/qwant.com\/game\/outnumbered\/?l=en","fromtitle":"OutNumbered! on Qwant Games","keyword":"Empty anchor","tourl":"http:\/\/ebay.com\/itm\/SUPER-SOLVERS-OUTNUMBERED-1Click-XP-Vista-Windows-7-8-Install-\/230785253182\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":1,"badlink":0,"imagelink":1,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"56","fromurl":"http:\/\/qwant.com\/game\/sports-collection","fromtitle":"Sports Collection on Qwant Games","keyword":"Empty anchor","tourl":"http:\/\/ebay.com\/itm\/SPORTS-CARD-COLLECTION-GAME-USED-BASEBALL-BASKETBALL-FOOTBALL-ROOKIE-HUGE-LOT-\/290985218915\/","firstseen":"1 Nov 2019","lastseen":"1 Dec 2019","nofollow":1,"badlink":0,"imagelink":1,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"56","fromurl":"http:\/\/qwant.com\/game\/sports-collection","fromtitle":"Sports Collection on Qwant Games","keyword":"Empty anchor","tourl":"http:\/\/ebay.com\/itm\/HUGE-SPORTS-CARD-COLLECTION-LOT-AUTO-GAME-USED-JERSEY-ROOKIE-INSERT-GRADED-SET-\/291247232370\/","firstseen":"1 Nov 2019","lastseen":"1 Dec 2019","nofollow":1,"badlink":0,"imagelink":1,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"56","fromurl":"http:\/\/qwant.com\/game\/guitar-rock-tour-2\/?l=en","fromtitle":"Guitar Rock Tour 2 on Qwant Games","keyword":"Empty anchor","tourl":"http:\/\/ebay.com\/itm\/NEW-PS3-Guitar-Hero-World-Tour-Wired-Guitar-Rock-Band-2-Game-Bundle-RARE-\/281474481010\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":1,"badlink":0,"imagelink":1,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    Example 4 - Get the first five backlinks to ebay.com that are from the business category:

    https://app.seo-explorer.io/api.php?token=demohttp://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5&cat=9

    Reply:
    {"result":[{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/3d-printed-miniatures-3d-printed-terrain-desert-shop","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/collections\/gamescape3d\/products\/hunting-lodge-wargames-tabletop-scenery-3d-printed-miniatures","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/collections\/3d-printable-files-stls","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Jan 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"3","fromurl":"http:\/\/haldanecreations.com\/products\/nurse-nursing-nurses-retractable-id-badge-clip-handmade-crochet-made-to-order","fromtitle":"","keyword":"ebay store","tourl":"http:\/\/ebay.com\/str\/haldanecreations","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    This SEO API call will check and return the outlinks for a domain or URL, the cost is one credit for up to 100 outlinks, for Example - 0-100 outlinks will be considered as one credit, 101-200 outlinks will be considered as two credits

    Parameters:

  • apitype - Is set to getlinks.
  • domain - The domain or URL you want to get the outlinks to, for full URLs with the & character you should encode the URL with urlencode or equivalent function.
  • outgoing - Set to 1.
  • from - Starting record.
  • to - Ending record.
  • mind (optional) - Minimum target domain score (0-100).
  • maxd (optional) - Maximum target domain score (0-100).
  • unique (optional) - Set to 1, to receive a target domain only once in the results.
  • cat (optional) - Filter to a specific category.
  • Example 1 - Get the first five links from ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5&outgoing=1

    Reply:
    {"result":[{"domainscore":"55","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us immigration and customs enforcement","tourl":"http:\/\/ice.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"68","fromurl":"http:\/\/ebay.com\/help\/global-shipping-program\/default\/global-shipping-program?id=4646","fromtitle":"Global Shipping Program | eBay","keyword":"us export rules, regulations, and procedures","tourl":"http:\/\/export.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"29","fromurl":"http:\/\/ebay.com\/help\/terms-conditions\/default\/using-authentication-grading-services?id=4659","fromtitle":"Using authentication and grading services | eBay","keyword":"professional stamp experts (pse)","tourl":"http:\/\/psestamp.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"29","fromurl":"http:\/\/ebay.com\/help\/terms-conditions\/default\/using-authentication-grading-services?id=4659","fromtitle":"Using authentication and grading services | eBay","keyword":"tristar productions","tourl":"http:\/\/tristarproductions.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"57","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us department of justice","tourl":"http:\/\/usdoj.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nof ollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    The result data is an array of links:

  • domainscore - Outlinks's domain score.
  • fromurl - The source link.
  • fromtitle - Source link's title.
  • keyword - Backlink's anchor text.
  • tourl - The URL the outlink is pointing to.
  • firstseen - The date the outlink was first seen.
  • lastseen - The date the outlink was last seen.
  • nofollow - 1 for nofollow outlink.
  • badlink - 1 for bad outlink (for example hidden).
  • imagelink - 1 for image outlink.
  • frame - 1 for frame outlink.
  • redirect - 1 for redirected outlink.
  • affiliate - 1 for affiliate outlink.
  • ugc - 1 for user generated content outlink.
  • sponsored - 1 for sponsored outlink.
  • Example 2 - Get the next five links from ebay.com:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=5&to=10&outgoing=1

    Reply:
    {"result":[{"domainscore":"68","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us department of commerce","tourl":"http:\/\/commerce.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"54","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us government accountability office","tourl":"http:\/\/gao.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"30","fromurl":"http:\/\/ebay.com\/help\/terms-conditions\/default\/using-authentication-grading-services?id=4659","fromtitle":"Using authentication and grading services | eBay","keyword":"sportscard guaranty (sgc)","tourl":"http:\/\/sgccard.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"43","fromurl":"http:\/\/ebay.com\/","fromtitle":"emptyemptyemptyempty","keyword":"taiwan","tourl":"http:\/\/ebay.com.tw\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"43","fromurl":"http:\/\/ebay.com\/?outid=194669","fromtitle":"Electronics, Cars, Fashion, Collectibles, Coupons and More | eBay","keyword":"taiwan","tourl":"http:\/\/ebay.com.tw\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    Example 3 - Get the first five links from ebay.com that have domain score higher then 50:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5&mind=50&outgoing=1

    Reply:
    {"result":[{"domainscore":"55","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us immigration and customs enforcement","tourl":"http:\/\/ice.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"68","fromurl":"http:\/\/ebay.com\/help\/global-shipping-program\/default\/global-shipping-program?id=4646","fromtitle":"Global Shipping Program | eBay","keyword":"us export rules, regulations, and procedures","tourl":"http:\/\/export.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"57","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us department of justice","tourl":"http:\/\/usdoj.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"68","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us department of commerce","tourl":"http:\/\/commerce.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"54","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us government accountability office","tourl":"http:\/\/gao.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    Example 4 - Get the first five links from ebay.com that are from the business category:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getlinks&domain=ebay.com&from=0&to=5&cat=9&outgoing=1

    Reply:
    {"result":[{"domainscore":"55","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us immigration and customs enforcement","tourl":"http:\/\/ice.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"68","fromurl":"http:\/\/ebay.com\/help\/global-shipping-program\/default\/global-shipping-program?id=4646","fromtitle":"Global Shipping Program | eBay","keyword":"us export rules, regulations, and procedures","tourl":"http:\/\/export.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"29","fromurl":"http:\/\/ebay.com\/help\/terms-conditions\/default\/using-authentication-grading-services?id=4659","fromtitle":"Using authentication and grading services | eBay","keyword":"professional stamp experts (pse)","tourl":"http:\/\/psestamp.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"29","fromurl":"http:\/\/ebay.com\/help\/terms-conditions\/default\/using-authentication-grading-services?id=4659","fromtitle":"Using authentication and grading services | eBay","keyword":"tristar productions","tourl":"http:\/\/tristarproductions.com\/","firstseen":"1 Nov 2019","lastseen":"1 Feb 2020","nofollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0},{"domainscore":"57","fromurl":"http:\/\/ebay.com\/help\/policies\/prohibited-restricted-items\/military-items-policy?id=4342","fromtitle":"Military items policy | eBay","keyword":"us department of justice","tourl":"http:\/\/usdoj.gov\/","firstseen":"1 Nov 2019","lastseen":"1 Nov 2019","nof ollow":0,"badlink":0,"imagelink":0,"frame":0,"redirect":0,"affiliate":0,"ugc":0,"sponsored":0}],"responsecode":0}

    This SEO API call will return the top sites based on their number of keywords in SERP (not keyword volume), the cost is 1 credits per 100 rows, the minimum cost is one credit (call not supported with demo user)

    Parameters:

  • apitype - Is set to topdata.
  • type - 1 for keywords.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Example - Get the first 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdata&type=1&from=0&to=5

    Reply:
    {"result":[{"domain":"en.wikipedia.org","count":"18164186"},{"domain":"amazon.com","count":"10954073"},{"domain":"facebook.com","count":"10474758"},{"domain":"reddit.com","count":"7296976"},{"domain":"pinterest.com","count":"6980799"}],"responsecode":0}

    Example - Getting the next 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdata&type=1&from=5&to=10

    Reply:
    {"result":[{"domain":"youtube.com","count":"5585254"},{"domain":"yelp.com","count":"5459796"},{"domain":"support.google.com","count":"4963585"},{"domain":"twitter.com","count":"3961286"},{"domain":"quora.com","count":"3850960"}],"responsecode":0}

    The result data is array of:

  • domain - Domain name.
  • count - Number of keywords.
  • This SEO API call will return the top sites based on their number of ads, the cost is 1 credits per 100 rows, the minimum cost is one credit (call not supported with demo user)

    Parameters:

  • apitype - Is set to topdata.
  • type - 2 for ads.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Example - Get the first 5 results using the type ads:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdata&type=2&from=0&to=5

    Reply:
    {"result":[{"domain":"amazon.com","count":"213766"},{"domain":"ebay.com","count":"72227"},{"domain":"homedepot.com","count":"28218"},{"domain":"expedia.com","count":"27108"},{"domain":"airbnb.com","count":"24185"}],"responsecode":0}

    Example - Getting the next 5 results using the type ads:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdata&type=2&from=5&to=10

    Reply:
    {"result":[{"domain":"uline.com","count":"22179"},{"domain":"progressive.com","count":"21384"},{"domain":"vrbo.com","count":"19054"},{"domain":"booking.com","count":"18575"},{"domain":"bestdeals.today","count":"18222"}],"responsecode":0}

    The result data is array of:

  • domain - Domain name.
  • count - Number of keywords.
  • This SEO API call will return the top sites based on their number of backlinks. the cost is 1 credits per 100 rows, the minimum cost is one credit (call not supported with demo user)

    Parameters:

  • apitype - Is set to topdataurl.
  • type - 1 for backlinks.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Example - Get the first 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdataurl&type=1&from=0&to=5

    Reply:
    {"result":[{"domain":"google.com","count":"-","ds":"100"},{"domain":"twitter.com","count":"2716975792","ds":"100"},{"domain":"facebook.com","count":"2564851848","ds":"98"},{"domain":"instagram.com","count":"1831486733","ds":"95"},{"domain":"youtube.com","count":"827332812","ds":"93"}],"responsecode":0}

    Example - Getting the next 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdataurl&type=1&from=5&to=10

    Reply:
    {"result":[{"domain":"linkedin.com","count":"385862664","ds":"92"},{"domain":"pinterest.com","count":"341084873","ds":"87"},{"domain":"rcclub.biz","count":"334651660","ds":"36"},{"domain":"wordpress.org","count":"222119302","ds":"91"},{"domain":"vk.com","count":"212490329","ds":"85"}],"responsecode":0}

    The result data is array of:

  • domain - Domain name.
  • count - Number of keywords.
  • ds - Domain score.
  • This SEO API call will return the top sites based on their domain score. the cost is 1 credits per 100 rows, the minimum cost is one credit (call not supported with demo user)

    Parameters:

  • apitype - Is set to topdataurl.
  • type - 2 for domain score.
  • from - Starting record.
  • to - Ending record.
  • It's possible to request up to 10,000 results in one time, but for speed it's recommended to get 100 results at a time.

    Example - Get the first 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdataurl&type=2&from=0&to=5

    Reply:
    {"result":[{"domain":"google.com","count":"-","ds":"100"},{"domain":"twitter.com","count":"2716975792","ds":"100"},{"domain":"facebook.com","count":"2564851848","ds":"98"},{"domain":"instagram.com","count":"1831486733","ds":"95"},{"domain":"github.com","count":"89053404","ds":"94"}],"responsecode":0}

    Example - Getting the next 5 results using the type keywords:

    https://app.seo-explorer.io/api.php?token=demo&apitype=topdataurl&type=2&from=5&to=10

    Reply:
    {"result":[{"domain":"youtube.com","count":"827332812","ds":"93"},{"domain":"linkedin.com","count":"385862664","ds":"92"},{"domain":"nginx.com","count":"1484146","ds":"91"},{"domain":"wordpress.org","count":"222119302","ds":"91"},{"domain":"beian.miit.gov.cn","count":"82960000","ds":"89"}],"responsecode":0}

    The result data is array of:

  • domain - Domain name.
  • count - Number of keywords.
  • ds - Domain score.
  • This SEO API call will return the IP of a domain. the cost is 1 credits per 10 lookups, the minimum cost is one credit

    Parameters:

  • apitype - Is set to getip.
  • domain - a comma delimited list of domains.
  • The domain is limited to 2048 characters, the data is provided from an offline database, so if the IP is not known, the API will not query it.

    Example - Get the IP of one domain:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getip&domain=ebay.com

    Reply:
    {"responsecode":0,"result":{"ebay.com":"66.135.195.175"}}

    Example - Get the IP of many domains:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getip&domain=ebay.com,cnn.com,yahoo.com

    Reply:
    {"responsecode":0,"result":{"cnn.com":"151.101.129.67","ebay.com":"66.135.195.175","yahoo.com":"98.138.219.231"}}

    This SEO API call will return the created date and expire date of a domain. the cost is 1 credits per lookup.

    Parameters:

  • apitype - Is set to getwhois.
  • domain - The domain to lookup.
  • For some domains it's not possible to get the expire or created date.

    Example - Get the whois information of ebay:

    https://app.seo-explorer.io/api.php?token=demo&apitype=getwhois&domain=ebay.com

    Reply:
    {"responsecode":0,"result":{"createdyear":1995,"createdmonth":8,"createdday":4,"expireyear":2021,"expiremonth":8,"expireday":3,"available":"0"}}

    The result data is array of:

  • created day/month/year - Created date.
  • expire day/month/year - Expire date.
  • Available - Is the domain available for registration.