NAVNavbar
Logo
cURL php NodeJS Python cSharp

Domains by Technology

‌‌
This endpoint provides domains based on the technology they use. In addition to the list of domains, you will also get their technology profiles, the country and language they belong to, and other related data.

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-dashboard

<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-dashboard
$client = new RestClient($api_url, null, 'login', 'password');

$post_array = array();
// You can set only one task at a time
$post_array[] = array(
	"technologies" => [
		"Nginx"
	],
	"filters" => [
		[
			"country_iso_code",
			"=",
			"US"
		],
		"and",
		[
			"domain_rank",
			">",
			800
		]
	],
	"order_by" => ["last_visited,desc"],
	"limit" => 10
);
try {
	// POST /v3/domain_analytics/technologies/domains_by_technology/live
	$result = $client->post('/v3/domain_analytics/technologies/domains_by_technology/live', $post_array);
	print_r($result);
	// do something with post result
} catch (RestClientException $e) {
	echo "\n";
	print "HTTP code: {$e->getHttpCode()}\n";
	print "Error code: {$e->getCode()}\n";
	print "Message: {$e->getMessage()}\n";
	print  $e->getTraceAsString();
	echo "\n";
}
$client = null;
?>

The above command returns JSON structured like this:

{
  "version": "0.1.20220819",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "1.3918 sec.",
  "cost": 0.018,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "10171455-1535-0484-0000-ab0864d48304",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "1.2898 sec.",
      "cost": 0.018,
      "result_count": 1,
      "path": [
        "v3",
        "domain_analytics",
        "technologies",
        "domains_by_technology",
        "live"
      ],
      "data": {
        "api": "domain_analytics",
        "function": "domains_by_technology",
        "se": "technologies",
        "technologies": [
          "Nginx"
        ],
        "filters": [
          [
            "country_iso_code",
            "=",
            "US"
          ],
          "and",
          [
            "domain_rank",
            ">",
            800
          ]
        ],
        "order_by": [
          "last_visited,desc"
        ],
        "limit": 10
      },
      "result": [
        {
          "total_count": 8,
          "items_count": 8,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0Ijo4LCJSYXdSZXF1ZXN0Ijp7Im9yZGVyX2J5Ijp7Im9yZGVyX2ZpZWxkIjoibGFzdF92aXNpdGVkIiwib3JkZXJfdHlwZSI6ImRlc2MifSwibGltaXQiOjEwLCJvZmZzZXQiOjAsInRlY2hub2xvZ2llcyI6WyJOZ2lueCJdLCJxdWVyeSI6eyJ0eXBlIjoiYW5kIiwibGVmdCI6eyJmaWVsZCI6ImNvdW50cnkiLCJ0eXBlIjoiZXEiLCJ2YWx1ZSI6IlVTIn0sInJpZ2h0Ijp7ImZpZWxkIjoiZG9tYWluX3JhbmsiLCJ0eXBlIjoiZ3QiLCJ2YWx1ZSI6ODAwfX19LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsiZmV0Y2hfdGltZSI6MTY2MzQyMjQ5OTAwMCwiX3Njb3JlIjo1LjkzNDIxMzYsImRvbWFpbl9oYXNoIjotNC43NjIyMThFKzE4fSwiVG9rZW5SZWFsT2Zmc2V0IjowfX0=",
          "items": [
            {
              "type": "domain_technology_item",
              "domain": "automattic.com",
              "title": "Automattic – Making the web a better place",
              "description": "We are passionate about making the web a better place. WordPress.com Your blog or website Has a (free!) home on the web. Your story, your way. Tumblr Where your interests connect you to your people one post at a time. Day One Your thoughts become words Captured private, eternal All your days distilled. WooCommerce Selling online? Woo!…",
              "meta_keywords": null,
              "domain_rank": 862,
              "last_visited": "2022-09-23 16:42:17 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://automattic.com/",
                "@automattic"
              ],
              "technologies": {
                "servers": {
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                },
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                },
                "web_development": {
                  "programming_languages": [
                    "PHP"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "bbpress.org",
              "title": "bbPress.org",
              "description": "Forums, made the WordPress way",
              "meta_keywords": [
                "wordpress buddypress bbpress community support forums"
              ],
              "domain_rank": 878,
              "last_visited": "2022-09-21 20:13:43 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": null,
              "technologies": {
                "web_development": {
                  "javascript_libraries": [
                    "jQuery",
                    "jQuery Migrate"
                  ],
                  "programming_languages": [
                    "PHP"
                  ]
                },
                "servers": {
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                },
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "github.blog",
              "title": "The GitHub Blog | Updates, ideas, and inspiration from GitHub to help developers build and design software.",
              "description": "Updates, ideas, and inspiration from GitHub to help developers build and design software.",
              "meta_keywords": null,
              "domain_rank": 931,
              "last_visited": "2022-09-20 18:52:08 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://github.blog/",
                "@github"
              ],
              "technologies": {
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                },
                "servers": {
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                },
                "web_development": {
                  "programming_languages": [
                    "PHP"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "wordpress.com",
              "title": "WordPress.com: Schnelles, sicheres verwaltetes Hosting von WordPress",
              "description": "Erstelle auf WordPress.com bequem eine kostenlose Website oder ein Blog. Dutzende kostenlose, anpassbare, mobilfreundliche Designs und Themes. Hosting und Support sind kostenlos.",
              "meta_keywords": null,
              "domain_rank": 906,
              "last_visited": "2022-09-20 10:56:07 +00:00",
              "country_iso_code": "US",
              "language_code": "de",
              "content_language_code": "de",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://wordpress.com/de/",
                "@wordpressdotcom"
              ],
              "technologies": {
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                },
                "servers": {
                  "paas": [
                    "WordPress.com"
                  ],
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                },
                "web_development": {
                  "programming_languages": [
                    "PHP"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "themegrill.com",
              "title": "Premium WordPress Themes & Templates by ThemeGrill - 400K+ Users",
              "description": "DOWNLOAD NOW! Best professional responsive WordPress themes and templates of 2021. Suitable for business, magazine, portfolio, blogging & any kind of sites.",
              "meta_keywords": null,
              "domain_rank": 916,
              "last_visited": "2022-09-19 07:46:40 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://themegrill.com",
                "@themegrill"
              ],
              "technologies": {
                "add_ons": {
                  "wordpress_plugins": [
                    "MailChimp for WordPress",
                    "WP Rocket"
                  ],
                  "wordpress_themes": [
                    "Zakra"
                  ]
                },
                "marketing": {
                  "marketing_automation": [
                    "MailChimp for WordPress",
                    "MailChimp"
                  ],
                  "email": [
                    "MailChimp"
                  ]
                },
                "web_development": {
                  "javascript_libraries": [
                    "Swiper",
                    "jQuery",
                    "jQuery Migrate"
                  ],
                  "programming_languages": [
                    "PHP"
                  ]
                },
                "analytics": {
                  "analytics": [
                    "Google Analytics"
                  ]
                },
                "communication": {
                  "live_chat": [
                    "Crisp Live Chat"
                  ],
                  "email": [
                    "MailChimp"
                  ]
                },
                "business_tools": {
                  "live_chat": [
                    "Crisp Live Chat"
                  ]
                },
                "servers": {
                  "caching": [
                    "WP Rocket"
                  ],
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                },
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "woocommerce.com",
              "title": "WooCommerce - Sell Online With The eCommerce Platform for WordPress",
              "description": "Sell online with the fully customizable, open source eCommerce platform built for WordPress.",
              "meta_keywords": null,
              "domain_rank": 809,
              "last_visited": "2022-09-18 17:39:36 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://woocommerce.com/",
                "@woocommerce"
              ],
              "technologies": {
                "web_development": {
                  "javascript_libraries": [
                    "Moment.js",
                    "Lightbox",
                    "jQuery",
                    "jQuery Migrate"
                  ],
                  "page_builders": [
                    "GoDaddy CoBlocks"
                  ],
                  "programming_languages": [
                    "PHP"
                  ]
                },
                "add_ons": {
                  "wordpress_plugins": [
                    "GoDaddy CoBlocks",
                    "WooCommerce"
                  ]
                },
                "sales": {
                  "ecommerce": [
                    "WooCommerce"
                  ]
                },
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                },
                "servers": {
                  "databases": [
                    "MySQL"
                  ],
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "oregonstate.edu",
              "title": "Oregon State University",
              "description": "Oregon State University continues to advance its 150-year mission to provide access to a high-quality education as Oregon's largest and only statewide public research university.",
              "meta_keywords": null,
              "domain_rank": 864,
              "last_visited": "2022-09-18 08:14:48 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": [
                "https://oregonstate.edu/",
                "@oregonstate"
              ],
              "technologies": {
                "content": {
                  "cms": [
                    "Drupal"
                  ]
                },
                "web_development": {
                  "font_scripts": [
                    "Google Font API"
                  ],
                  "programming_languages": [
                    "PHP"
                  ]
                },
                "servers": {
                  "cdn": [
                    "Google Hosted Libraries"
                  ],
                  "caching": [
                    "Varnish"
                  ],
                  "hosting": [
                    "Acquia Cloud Classic"
                  ],
                  "paas": [
                    "Acquia Cloud Platform",
                    "Amazon Web Services"
                  ],
                  "web_servers": [
                    "Nginx",
                    "Amazon EC2"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "Percona"
                  ]
                },
                "media": {
                  "network_storage": [
                    "Red Hat Gluster"
                  ]
                }
              }
            },
            {
              "type": "domain_technology_item",
              "domain": "buddypress.org",
              "title": "BuddyPress.org",
              "description": "Fun & flexible software for online communities, teams, and groups",
              "meta_keywords": [
                "wordpress buddypress bbpress community support forums"
              ],
              "domain_rank": 880,
              "last_visited": "2022-09-17 10:48:19 +00:00",
              "country_iso_code": "US",
              "language_code": "en",
              "content_language_code": "en",
              "phone_numbers": null,
              "emails": null,
              "social_graph_urls": null,
              "technologies": {
                "content": {
                  "cms": [
                    "WordPress"
                  ],
                  "blogs": [
                    "WordPress"
                  ]
                },
                "web_development": {
                  "javascript_libraries": [
                    "jQuery",
                    "jQuery Migrate"
                  ],
                  "programming_languages": [
                    "PHP"
                  ]
                },
                "add_ons": {
                  "wordpress_plugins": [
                    "BuddyPress"
                  ]
                },
                "servers": {
                  "web_servers": [
                    "Nginx"
                  ],
                  "reverse_proxies": [
                    "Nginx"
                  ],
                  "databases": [
                    "MySQL"
                  ]
                }
              }
            }
          ]
        }
      ]
    }
  ]
}

All POST data should be sent in the JSON format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API requests per minute.

You can specify the number of results you want to retrieve, filter and sort them.

Description of the fields for setting a task:

Field name Type Description
technology_paths array target technology paths
required field if you don’t specify groups, technologies and categories
if you use this field, you don’t need to specify groups, technologies and categories
each technology path should be specified as a separate object containing “path” and “name”, where “path” is specified as “$group_id.$category_id” and “name” – as the name of the target technology;
each object with a technology path should be separated with a comma
you can find the full list of technology group ids, category ids and technology names on this page
note: you can specify up to 10 technology paths in this array
example:
[{"path": "content.cms","name": "wordpress"}, {"path": "marketing.crm","name": "salesforce"}]
groups array ids of the target technology groups
required field if you don’t specify technologies or categories
you can find the full list of technology group ids on this page
note: you can specify up to 10 technology groups in this array
example:
["sales", "marketing"]
categories array ids of the target technology categories
required field if you don’t specify groups or technologies
you can find the full list of technology category ids on this page
note: you can specify up to 10 technology categories in this array
example:
["payment_processors","crm"]
technologies array target technologies
required field if you don’t specify groups or categories
you can find the full list of technologies you can specify here on this page
note: you can specify up to 10 technologies in this array
example:
["Google Pay","Salesforce"]
keywords array target keywords in the domain’s title, description or meta keywords
optional field
UTF-8 encoding
each keyword should be at least 3 characters long
example:
["seo","software"]
mode string search mode
optional field
possible search mode types:
as_is – search for results exactly matching the specified group ids, category ids, or technology names
entry – search for results matching a part of the specified group ids, category ids, or technology names
default value: as_is
filters array array of results filtering parameters
optional field
you can add several filters at once (8 filters maximum)
you should set a logical operator and, or between the conditions
the following operators are supported:
<, <=, >, >=, =, <>, in, not_in, like, not_like
you can use the % operator with like and not_like to match any string of zero or more characters
example:
["country_iso_code","=","US"]

[["country_iso_code","=","US"],
"and",
["domain_rank",">",100]]

[["domain_rank",">",100],
"and",
[["country_iso_code","=","US"],"or",["country_iso_code","=","CA"]]]

for more information about filters, please refer to Domain Analytics Technologies API – Filters

order_by array results sorting rules
optional field
available fields:
domain_rank, domain, last_visited, country_iso_code, language_code, content_language_code
possible sorting types:
asc – results will be sorted in the ascending order
desc – results will be sorted in the descending order
you should use a comma to set up a sorting type
example:
["last_visited,desc"]
default rule:
["domain_rank,desc"]
note that you can set no more than three sorting rules in a single request
you should use a comma to separate several sorting rules
example:
["last_visited,desc","domain_rank,desc"]
limit integer the maximum number of returned domains
optional field
default value: 100
maximum value: 10000
offset integer offset in the results array of returned domains
optional field
default value: 0
if you specify the 10 value, the first ten domains in the results array will be omitted and the data will be provided for the successive domains;
Note: the maximum value is 9999, the sum of limit and offset must not exceed 10000;
use the offset_token if you would like to offset more results
offset_token string token for subsequent requests
optional field
provided in the identical filed of the response to each request;
use this parameter to avoid timeouts while trying to obtain over 100,000 results in a single request;
by specifying the unique offset_token value from the response array, you will get the subsequent results of the initial task;
offset_token values are unique for each subsequent task
Note: if the offset_token is specified in the request, all other parameters should be identical to the previous request

As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:

Field name Type Description
version string the current version of the API
status_code integer general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
status_message string general informational message
you can find the full list of general informational messages here
time string execution time, seconds
cost float total tasks cost, USD
tasks_count integer the number of tasks in the tasks array
tasks_error integer the number of tasks in the tasks array returned with an error
tasks array array of tasks
        id string task identifier
unique task identifier in our system in the UUID format
        status_code integer status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here
        status_message string informational message of the task
you can find the full list of general informational messages here
        time string execution time, seconds
        cost float cost of the task, USD
        result_count integer number of elements in the result array
        path array URL path
        data object contains the same parameters that you specified in the POST request
        result array array of results
            total_count integer total number of relevant items in the database
            items_count integer number of items in the results array
            offset integer specified offset value
            offset_token string token for subsequent requests
by specifying the unique offset_token when setting a new task, you will get the subsequent results of the initial task;
offset_token values are unique for each subsequent task
            items array items array
              type string type of the item = ‘domain_technology_item’
              domain string specified domain name
              title string domain meta title
              description string domain meta description
              meta_keywords array domain meta keywords
              domain_rank string backlink rank of the target domain
learn more about the metric and how it is calculated in this help center article
              last_visited string most recent date when our crawler visited the domain
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2022-10-10 12:57:46 +00:00
              country_iso_code string domain ISO code
ISO code of the country that target domain is determined to belong to
              language_code string domain language
code of the language that target domain is determined to be associated with
              content_language_code string content language
code of the language that content on the target domain is written with
              phone_numbers array phone numbers of the target
contact phone numbers indicated on the target website
              emails array emails of the target
emails indicated on the target website
              social_graph_urls array social media links and handles
social media URLs detected in the social graphs of the target website
              technologies object technologies used by target domain
contains objects with the names of technologies used on the website;
to get a full list of technologies and their structure, refer to the technologies endpoint

‌‌