Cost: 1 credit / contact number returned. Find personal phone numbers associated with a given social media profile.
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
page_size
string
可选
This controls the maximum number of numbers returned per API call. It's useful for limiting credit consumption as the number of numbers per identity can vary. The default value is 0, meaning there's no limit to the number of returned results.
示例值:
0
twitter_profile_url
string
可选
The Twitter/X Profile URL from which you wish to extract personal contact numbersYes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://x.com/proxycurl
facebook_profile_url
string
可选
The Facebook Profile URL from which you wish to extract personal contact numbersYes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://www.facebook.com/zuck
linkedin_profile_url
string
可选
The LinkedIn Profile URL from which you wish to extract personal contact numbersYes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://linkedin.com/in/steven-goh-6738131b
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://nubela.co/proxycurl/api/contact-api/personal-contact'