HLR-based carrier data
Return network-backed carrier and reachability data for routing and segmentation.
Enrich large phone lists with carrier, line type, country, region, and ported-number status via batch API jobs.
Need a product explanation for ported carrier routing? See Number Portability Check.
curl -X POST "https://api.bulkchecker.io/api/v1/detect" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product": "hlr-lookup",
"country": "US",
"phones": ["+14155550198", "+442071838750"]
}'
Use carrier intelligence to route messages, segment phone lists, enrich CRM data, and reduce low-quality phone activity.
Return network-backed carrier and reachability data for routing and segmentation.
Detect numbers that moved between carriers so your routing follows the current network.
Identify mobile, landline, VoIP, toll-free, and unknown line types for routing and risk rules.
Resolve country, region, and dialing context for segmentation and international workflows.
Check phone status and carrier signals by API where HLR data is available. This section explains HLR-style workflows inside the Carrier Lookup API instead of creating a separate HLR API page before the product has a distinct endpoint and pricing model.
Submit phone arrays or files, poll task status, and export status, carrier, line type, and routing fields when coverage supports them.
Typical fields can include active/disconnected signals, current carrier, roaming, MNP context, MCC/MNC, and review flags.
Carrier lookup focuses on carrier and line type enrichment. HLR-style data adds phone status and network state where HLR data is available.
Create a key, submit a carrier lookup batch, and use the JSON response in routing, segmentation, and CRM workflows.
Create a key in the BulkChecker app API Center and keep it on your server.
curl -X POST "https://api.bulkchecker.io/api/v1/detect" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product": "hlr-lookup",
"country": "US",
"phones": ["+14155550198", "+442071838750"]
}'
{
"mode": "async",
"task_id": "qH5rZ7Lp3Wm9",
"message": "Task queued.",
"summary": {
"total": 10000,
"cost_deducted": 1.000000
}
}
Use the unified BulkChecker API for carrier workflows: send the carrier or HLR product slug, poll the task, and download results.
Submit phone arrays with a product slug for async carrier, line type, and status enrichment.
Retrieve the download URL after the task reaches completed status.
Integrate carrier lookup with official-style SDK patterns and simple server-side requests.
pip install bulkchecker
npm i bulkchecker
gem install bulkchecker
composer require bulkchecker/sdk
Start small, then move to lower per-lookup rates as your carrier lookup volume grows.
| Tier | Monthly volume | Price | Best for |
|---|---|---|---|
| Starter | 10K lookups | $5 | Testing and small apps |
| Growth | 100K lookups | $40 | Batch routing and recurring jobs |
| Scale | 1M+ lookups | Custom | SMS gateways and high-volume systems |
Carrier lookup API results are most useful when they clean and enrich phone lists before outreach or CRM import.
Route messages through the right carrier path and suppress numbers that should not receive SMS.
Check country, line type, carrier, and ported-number signals before splitting or suppressing campaign lists.
Append carrier and line-type fields to large CRM exports so teams can clean, segment, and route records.
Twilio Lookup is strong for teams already deep in the Twilio ecosystem. bulkchecker.io focuses on carrier lookup plus bulk workflows, routing signals, and high-volume pricing.
Read Twilio alternative| Category | bulkchecker.io | Twilio Lookup API |
|---|---|---|
| Carrier lookup | Bulk endpoint + single lookup | Lookup API |
| Bulk workflow | Native /api/v1/detect workflow | Requires custom batching |
| Best fit | SMS routing, campaign segmentation, CRM enrichment | Existing Twilio stack users |
Short answers for developers evaluating carrier lookup integration.
Open BulkChecker in your preferred AI assistant to review its bulk WhatsApp, Telegram, phone validation, carrier lookup, social account, crypto exchange, CSV upload, and API workflows.
The prompt points assistants to BulkChecker.io, live pricing, product pages, and API documentation.