Search existing domains or scan a new domain. Multi-word search phrases will be automatically quoted.
Performs search queries across the selected index. Supports both basic search and advanced Lucene queries.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
search |
string | Yes | Search term (IP, domain, URL, hash, etc.) | example.com |
results |
string | Yes | Comma-separated list of fields to search within | domain.name,resolved_url,page_title,dom |
size |
integer | No | Number of results to return (default: 10, max: 100) | 25 |
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
lucene_query |
string | Yes | Lucene query string | domain.name:*bank* AND scan_status:success |
index |
string | Yes | Index to search: scans, domains, resources, servers, or feed indices | scans |
fields |
string | No | Comma-separated list of fields to return | domain.name,page_title,report_id |
size |
integer | No | Number of results to return (default: 10, max: 100) | 25 |
The following fields are available for search and retrieval:
domain.name
: Domain name and status informationresolved_url
: Final resolved URL after redirectspage_title
: HTML page title from the websitedom
: Document Object Model data including title, description, and keywordsscan_date
: Timestamp of when the domain was last scanned
Pagination is available for Pro users with API keys. Use the from
and size
parameters together:
size
: Number of results per page (default: 10, max: 100)from
: Starting offset (default: 0)This retrieves results 21-30 (third page with 10 results per page)
Retrieves the screenshot for a specific scan report.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
report_id |
string | Yes | The report ID to fetch the screenshot for | adb12ff9-d715-470f-bb91-7468122598da |
Initiates a scan for the specified target. Returns a report ID that can be used to retrieve scan results.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
submission_url |
string | Yes | Target domain or URL to scan | https://example.com or example.com |
After submitting a scan, use the returned report_id
to search for results: GET https://search.webamon.com/search?lucene_query=report_id:"[REPORT_ID]"&index=scans
Use our official CLI tool for easy command-line access to the Webamon API. Perfect for automation, scripting, and bulk operations.
The CLI supports all API features including Pro tier pagination, infostealer searches, and domain scanning capabilities.
Loading screenshot...
Failed to load screenshot