Migration Guide

BinaryEdge Shut Down. Your Workflows Don't Have To.

BinaryEdge is no longer available. BarkScan fills that gap with affordable internet scanning.

Start Free See Pricing

BinaryEdge vs BarkScan

How BarkScan compares to what BinaryEdge offered

Capability BinaryEdge (was) BarkScan (now)
Host/port scanning
Banner grabbing
DNS intelligence
Certificate transparency
REST API
CVE/vulnerability data Not available

API Migration Guide

Map your existing BinaryEdge API calls to BarkScan equivalents

Host Search

BinaryEdge (was)
GET /v2/query/search
?query=product:nginx&page=1
BarkScan (now)
GET /api/v1/search
?q=product:nginx&page=1

Host Details

BinaryEdge (was)
GET /v2/query/ip/1.2.3.4
BarkScan (now)
GET /api/v1/host/1.2.3.4

DNS Lookup

BinaryEdge (was)
GET /v2/query/domains/subdomain
/example.com
BarkScan (now)
GET /api/v1/dns/example.com

Authentication

BinaryEdge (was)
X-Key: your-api-key
BarkScan (now)
Authorization: Bearer your-api-key

Response Format

Both platforms return JSON. BarkScan uses a consistent envelope format:

{
"data": [...],
"meta": {
"total": 15234,
"page": 1,
"per_page": 100
}
}

Updating Your Tools

Common security tools that integrated with BinaryEdge and how to point them at BarkScan

theHarvester

Use the Shodan or custom API module, or look for our upcoming theHarvester plugin.

BarkScan plugin: coming soon

subfinder

BarkScan's DNS API provides equivalent subdomain enumeration capabilities.

BarkScan plugin: coming soon

Recon-ng

A BarkScan module can query our search and DNS APIs.

BarkScan module: coming soon

Custom Scripts

If you wrote custom Python/Ruby scripts against BinaryEdge's API, the migration is straightforward. Update the base URL and auth header.

See API mapping above

Ready to Replace BinaryEdge?

Start with our free tier. No credit card, no credits to track, full API access.

Questions about migrating? Email [email protected]