API reference · DataForSEO

dataforseo/v3/domain_analytics/technologies/domains_by_technology/live

Integrate this model through SandBase's unified API, with production-ready schemas and examples.

APISynchronousOpen model
Production endpoint

Send your first request

OpenAI-compatible endpoint with unified authentication and usage tracking.

POSThttps://api.sandbase.ai/v1/run
Model IDdataforseo/v3/domain_analytics/technologies/domains_by_technology/live
01

Input Schema

11 parameters · 0 required · 11 optional

ParameterTypeRequiredDescription
modestringOptionalsearch 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 mat...
limitintegerOptionalthe maximum number of returned domains optional field default value: 100 maximum value: 10000
groupsarrayOptionalids of the target technology groups required field if you don't specify technologies, technology_paths, keywords or categories you can find the full list of technology group ids on this page note: you...
offsetintegerOptionaloffset 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 fo...
filtersarrayOptionalarray 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 ar...
keywordsarrayOptionaltarget keywords in the domain's title, description or meta keywords required field if you don't specify groups, technology_paths, technologies or categories optional field you can specify the maximum ...
order_byarrayOptionalresults 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 sor...
categoriesarrayOptionalids of the target technology categories required field if you don't specify groups, technology_paths, keywords or technologies you can find the full list of technology category ids on this page note: ...
offset_tokenstringOptionaltoken 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 sing...
technologiesarrayOptionaltarget technologies required field if you don't specify groups, technology_paths, keywords or categories you can find the full list of technologies you can specify here on this page note: you can spec...
technology_pathsarrayOptionaltarget technology paths required field if you don't specify groups, technologies, keywords or categories at least one field (technology_paths, groups, technologies, keywords or categories) must be set...
02

Output Schema

FieldTypeDescription
idstringUnique identifier for the generation task
statusstringTask status: pending, running, completed, failed, timeout
modelstringModel used for the generation
outputsarrayArray of output items
outputs[].urlstringURL of the generated artifact
outputs[].content_typestringMIME type (e.g. image/png, video/mp4)
errorobject | nullError details if failed, null on success
error.typestringMachine-readable error type code
error.messagestringHuman-readable error description
03

Code Examples

Ready-to-run snippets

curl -X POST https://api.sandbase.ai/v1/run \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "model": "dataforseo/v3/domain_analytics/technologies/domains_by_technology/live",
  "prompt": "a beautiful sunset over mountains"
}'