truecallerpy
truecallerpy copied to clipboard
A python module to search phone number details
Works great. But I get an error: `{'status_code': 429, 'error': 'HTTP Error', 'message': "An HTTP error occurred: Client error '429 Too Many Requests' for url 'https://search5-noneu.truecaller.com/v2/search?q=600000038&countryCode=972&type=4&locAddr=&placement=SEARCHRESULTS%2CHISTORY%2CDETAILS&encoding=json'\nFor more information check: https://httpstatuses.com/429"}`...
I am getting following error : ```json { "status_code": 426, "error": "HTTP Error", "message": "An HTTP error occurred: Client error '426 unknown' for url 'https://search5-noneu.truecaller.com/v2/search?q=7025630503&countryCode=91&type=4&locAddr=&placement=SEARCHRESULTS%2CHISTORY%2CDETAILS&encoding=json'\nFor more information check: https://httpstatuses.com/426" }...
```bash { "status_code": 401, "error": "HTTP Error", "message": "An HTTP error occurred: Client error '401 Unauthorized' for url 'https://search5-noneu.truecaller.com/v2/search?q=7356125156&countryCode=91&type=4&locAddr=&placement=SEARCHRESULTS%2CHISTORY%2CDETAILS&encoding=json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401" } ```
Can I use email address to login rather than phone number? Thanks
``` async def bulk_search(phoneNumbers, countryCode, installationId): """ Perform bulk search for a list of phone numbers using Truecaller API. Args: phoneNumbers (list[str]): The list of phone numbers to search. countryCode...
It's not working, throwing multiple error. Whatever I try
``` { "status_code": 426, "error": "HTTP Error", "message": "An HTTP error occurred: Client error '426 unknown' for url 'https://search5-noneu.truecaller.com/v2/search?q=8279841213&countryCode=91&type=4&locAddr=&placement=SEARCHRESULTS%2CHISTORY%2CDETAILS&encoding=json'\nFor more information check: https://httpstatuses.com/426" } ```
When I try to log in I'm getting an Error after entering the OTP saying "Phone number blocked to reuse" Please help me fix this.
i m unable to search the number other than the country code number i logged in with. for example if i use US number to login then if i try...
Hello Latest Truecaller 13 versions are using grpc, so we should library like https://github.com/fullstorydev/grpcurl to make grpc requests. .proto files are available inside apk and by using grpc it will...