The hosted Actor can be run from Apify's web interface. This is the simplest option when you want a technology dataset for a list of domains and do not need to write a script.
- Open Website Technology Lookup on Apify.
- Open the Input tab.
- Add one or more domains or website URLs to Domains. URLs are normalized to their hostnames and equivalent values are deduplicated.
- Click Start.
- Open Dataset when the run completes.
- Review the
statusandtechnologiesfields, then export the results as JSON, CSV, Excel or JSONL.
Start with github.com or use data/sample-input.json. The sample output shows the shape of a successful lookup and the possible status fields without requiring a live run.
Apify's Free plan currently includes $5 in monthly prepaid usage for the Apify Store or your own Actors, and no credit card is required to start. Use one or two domains first so you can test Website Technology Lookup while credit is available. The credit is not unlimited, and unused credit expires at the end of the billing cycle.
See the current Apify pricing for the current terms.
There is one result per unique normalized domain. A result with status: "ok" contains the available website title, background information and categorized technology records. not_found, not_crawled and error results explain why a complete technology profile was not returned.
Within technologies, detectionStatus: "current" and isCurrentlyDetected: true identify current detections. A recently_used value is historical context and should not be presented as a current confirmed technology.
The Actor accepts up to 10,000 domain values per run. Equivalent domains are processed once. The public price is $1 per 1,000 successfully completed status: "ok" lookups; not_found, not_crawled and error results are not charged. Check the Actor page before a production run because pricing and limits can change.