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.
Production endpoint
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
POST
https://api.sandbase.ai/v1/runModel ID
dataforseo/v3/domain_analytics/technologies/domains_by_technology/live01
Input Schema
11 parameters · 0 required · 11 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
mode | string | Optional | 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 mat... |
limit | integer | Optional | the maximum number of returned domains optional field default value: 100 maximum value: 10000 |
groups | array | Optional | ids 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... |
offset | integer | Optional | 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 fo... |
filters | array | Optional | 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 ar... |
keywords | array | Optional | target 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_by | array | Optional | 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 sor... |
categories | array | Optional | ids 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_token | string | Optional | 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 sing... |
technologies | array | Optional | target 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_paths | array | Optional | target 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
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-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"
}'
