Domain Content Safety Classification
Under maintenancePricing
from $0.01 / 1,000 results
Domain Content Safety Classification
Under maintenanceClassify domains for adult, gambling, and illegal-content brand-safety risk. The Actor wraps the Domain Content Safety Classification API and writes one explainable result per submitted domain to the default dataset.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
jts
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
What this Actor does
Classify domains for adult, gambling, and illegal-content brand-safety risk. The Actor wraps the Domain Content Safety Classification API and writes one explainable result per submitted domain to the default dataset.
Input example
{"domains": ["example-domain"]}
Input fields
Provide up to 100 domains or public URLs to classify for content-safety risk.
domains(array, user input): Domain names or public URLs. The API extracts and normalizes the hostname.apiBaseUrl(string, optional override): Override of the upstream API base URL. Defaults to runtime.baseUrl from service.json.
Output dataset
Each dataset item is one classified domain with the upstream API response.
kind: The input kind.input: Original domain or URL submitted to the API.result: Full upstream API response with categories, probabilities, recommendation, risk_score, signals, and explanations.
Developer notes
Set DOMAIN_CONTENT_SAFETY_API_KEY as an Apify secret environment variable. The Actor forwards it as X-API-Key to the upstream API.
Use apiBaseUrl only for local or staging QA. Production runs default to the deployed API base URL from service.json.
For advanced testing, a requests array can call explicit API paths; normal users should use the service-specific fields above.
Run locally
$apify run
Deploy
$apify push