From f8fc5eeff2e880cf609d4cd6cbb10c23c4c8c1fa Mon Sep 17 00:00:00 2001 From: Esteve Castells Date: Tue, 28 Jul 2026 13:14:01 +0200 Subject: [PATCH] Add DomScan API --- README.md | 3 +++ collection/domscan.yaml | 21 +++++++++++++++++++++ pages/domscan/README.md | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 collection/domscan.yaml create mode 100644 pages/domscan/README.md diff --git a/README.md b/README.md index 72060a1d7..e181ad10b 100644 --- a/README.md +++ b/README.md @@ -1511,6 +1511,7 @@ Supported by [Online Tools Collection](https://tools-collection.net) - [Bannerbear](./pages/bannerbear/README.md) - Bannerbear API auto-generates social media images, banners, and PDFs from templates - [ClickMeter](./pages/clickmeter/README.md) - ClickMeter API RESTful services - [Countly](./pages/countly/README.md) - Countly is the best analytics platform to understand and enhance customer journeys in web, desktop and mobile applications +- [DomScan](./pages/domscan/README.md) - Domain intelligence APIs for availability, DNS, WHOIS/RDAP, TLS, subdomains, email authentication, reputation, valuation, and brand monitoring 🆓 - [EventBrite](./pages/eventbrite/README.md) - Eventbrite Python SDK - [Facebook Marketing API](./pages/facebook-marketing-api/README.md) - Marketing API Marketing APIs are a collection of Graph API endpoints that can be used to help you advertise on Facebook - [Google AdSense](./pages/google-adsense/README.md) - Google AdSense provides a free, flexible way to earn money from your websites, mobile sites, and site search results with relevant and engaging ads @@ -1862,6 +1863,7 @@ Supported by [Online Tools Collection](https://tools-collection.net) - [BlockScore](./pages/blockscore/README.md) - A real-time API for verifying an identity by name, address, date of birth, and social security number - [Censys.io](./pages/censys-io/README.md) - Censys helps organizations, individuals, and researchers find and monitor every server on the Internet to reduce exposure and improve security - [CRXcavator](./pages/crxcavator/README.md) - These factors include permissions, inclusion of vulnerable third party javascript libraries, weak content security policies, missing details from the Chrome Web Store description, and more +- [DomScan](./pages/domscan/README.md) - Domain intelligence APIs for availability, DNS, WHOIS/RDAP, TLS, subdomains, email authentication, reputation, valuation, and brand monitoring 🆓 - [FilterLists](./pages/filterlists/README.md) - By Collin M - [Firebase](./pages/firebase/README.md) - Authentication, analytics, cloud messaging, crash reporting, ads and more - [FraudLabs Pro](./pages/fraudlabs-pro/README.md) - FraudLabs Pro Rest API to screen the order transaction for online fraud @@ -2189,6 +2191,7 @@ Supported by [Online Tools Collection](https://tools-collection.net) - [Clarifai](./pages/clarifai/README.md) - Whether you have one input or billions, you are only steps away from using AI to power your business applications - [Cloudmersive Validate](./pages/cloudmersive-validate/README.md) - Data Validation APIs - [Cognito](./pages/cognito/README.md) - Can take a customer's cellphone number and return name, address history, full SSN, and date of birth +- [DomScan](./pages/domscan/README.md) - Domain intelligence APIs for availability, DNS, WHOIS/RDAP, TLS, subdomains, email authentication, reputation, valuation, and brand monitoring 🆓 - [Form-Api](./pages/form-api/README.md) - Build forms easily, autocomplete and validate data - [FraudLabs Pro](./pages/fraudlabs-pro/README.md) - FraudLabs Pro Rest API to screen the order transaction for online fraud - [ipstack](./pages/ipstack/README.md) - Locate website visitors for free using ipstack - a free, real-time IP address to location JSON API and database service supporting IPv4 and IPv6 lookup diff --git a/collection/domscan.yaml b/collection/domscan.yaml new file mode 100644 index 000000000..fe446d096 --- /dev/null +++ b/collection/domscan.yaml @@ -0,0 +1,21 @@ +name: DomScan +slug: domscan +description: Domain intelligence APIs for availability, DNS, WHOIS/RDAP, TLS, subdomains, email authentication, reputation, valuation, and brand monitoring +categories: + - Security + - Validation & Verification + - Marketing & SEO +type: REST +is_free: true +is_active: true +auth_type: api_key +rate_limits: 10,000 free credits per month +specification: + type: openapi + url: https://domscan.net/v1/openapi.json + version: "3.1.0" +links: + - name: Documentation + url: https://domscan.net/docs + - name: API catalog + url: https://domscan.net/apis diff --git a/pages/domscan/README.md b/pages/domscan/README.md new file mode 100644 index 000000000..6ef2d4ce1 --- /dev/null +++ b/pages/domscan/README.md @@ -0,0 +1,35 @@ +# 📦 [DomScan](https://domscan.net/docs) + + +> **Domain intelligence APIs for availability, DNS, WHOIS/RDAP, TLS, subdomains, email authentication, reputation, valuation, and brand monitoring** + +## 📝 Details +- **Categories**: [Security](https://github.com/tools-collection/apis-collection#security-), [Validation & Verification](https://github.com/tools-collection/apis-collection#validation--verification-), [Marketing & SEO](https://github.com/tools-collection/apis-collection#marketing--seo-) +- **Type**: `REST` +- **Auth**: `api_key` +- **Free**: `Yes` 🆓 +- **Status**: `Active` + +## 🚦 Rate Limits +10,000 free credits per month + +## 📖 Specification +- **Type**: `openapi` +- **URL**: [https://domscan.net/v1/openapi.json](https://domscan.net/v1/openapi.json) +- **Version**: `3.1.0` + +## 🔗 Links +- [Documentation](https://domscan.net/docs) +- [API catalog](https://domscan.net/apis) + +## 🧰 Libraries +*No libraries available* + +## 📬 Contact +*Not provided* + +## 💬 Discussion +*Not provided* + +--- +[Back to README](../../README.md) | Supported by [Online Tools Collection](https://tools-collection.net)