vote up 3 vote down star
5

Is there a free API or some other way to determine what carrier a cell phone number is registered with?

I'd like my application to broadcast text messages without them picking their carrier from a list.

UPDATE: Interestingly, a coworker found the answer: http://developer.whitepages.com/

UPDATE2: Well the whitepages license agreement is so restrictive that you can't build an app for it. Any other ideas?

flag

4 Answers

vote up 1 vote down check

You should note that the way to figure out which carrier a number belongs to will be country-specific (though, some countries might use the same scheme, but I'm not sure - I've worked with both the norwegian and swedish portability databases and they're quite different api-wize - and require vpn + authentication).

The information is, at least here, not available to the public - I've seen service providers, network operators and information providers (as in yellow pages) that have access.

But otoh, wouldn't a proper sms gateway service do this for you?

link|flag
Thanks. Although an sms gateway service would work, there is a fee involved... – Chris Lively Dec 1 '08 at 3:53
vote up 1 vote down

Your biggest problem is that people can now take their numbers with them. So while in the past cell phone carriers had blocks of phone numbers, and probably still do, there's no reliable way to map a specific cell number to a certain carrier.

link|flag
vote up 0 vote down

What I do is just screenscrape off a website that does a 'whois' on the number

link|flag
vote up 0 vote down

http://forums.wirelessadvisor.com/general-wireless-discussion/5974-how-can-you-determine-carrier-phone.html

link|flag
Let's see here, the number 1 results was my question; imagine that. None of the others had anything at all to do with my question. – Chris Lively Dec 1 '08 at 3:51
Some of the links on the wirelessadvisor site didn't work. Of the ones that did none handled number portability. – Chris Lively Dec 12 '08 at 0:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.