Reputation: 8671
I need to verify the spam score of mobile numbers using Truecaller API .I found documentation here . In the API URL , I need to send a APPKEY
, But how to get that ? there is no registration page for Truecaller API .
https://api.truecaller.com/v1.0/search.json?userKey=APPKEY&phone=NUMBER
Any help will be appreciated...
Upvotes: 4
Views: 12651
Reputation: 8337
You should Read this Document for Name Search API
it Says that....
The one thing to keep in mind is that all requests to our API require authentication. For that, you will need to use a User Key (userKey) along with your requests. These access details basically associate, your server, script or program with a specific application. All requests to the API must be made over SSL (https:// not http://).
It means you have registered Truecaller developer account then Do Login and get your Access Key(USER KEY) and pass it everytime you request to access API..
But I Think Truecaller API is not accessible for public users...
Read This Article for More Details : http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/
Upvotes: 2
Reputation: 611
Why don't you try this? callerpy Here is the explanation from the developer:
Truecaller Name Retriever.
Since my request for the API was rejected, I commenced using python parsing libraries.
Callerpy emulates the process one would encounter if using a web-browser.
I tried it, and it works like a charm from the command line.
Upvotes: 1