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
Submit domain takedown requests and check their status. This endpoint supports both GET requests to check status and POST requests to submit new takedown requests for brand abuse domains.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
domain |
string | Yes | Domain to check takedown status for | malicious-site.com |
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
domain |
string | Yes | Domain to submit for takedown | malicious-site.com |
reason |
string | Yes | Reason for takedown request | phishing , malware , brand_abuse |
description |
string | Yes | Detailed description of the abuse | Domain impersonating our brand for phishing |
tag |
string | No | Optional tag for categorization | urgent , brand_critical |
submitted
: Request has been submitted and is being processedin_progress
: Takedown request is being processed by the registrar/hosting providercompleted
: Domain has been successfully taken downrejected
: Takedown request was rejected (with reason)pending
: Request is pending additional information or verificationphishing
: Phishing websites and credential theftmalware
: Malware distribution and hostingbrand_abuse
: Brand impersonation and trademark infringementspam
: Spam and unsolicited contentfraud
: Fraudulent activities and scamscopyright
: Copyright infringementTakedown requests are processed by our team and submitted to the appropriate registrars and hosting providers. Processing time varies by provider but typically takes 24-48 hours for urgent cases.
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