Welcome to Scrupp's API! You can use this API to access all our API endpoints, such as the Person API to look up email addresses, or the Company API to look up company information related to a domain name.
The main endpoint:
https://scrupp.com/api/v1
Retrieve the current balance of your account. Returns the number of email credits and LinkedIn credits available.
GET /account/balances
{
"emailBalance": 10000,
"linkedInBalance": 50000
}
This endpoint retrieves the connections of the profile.
GET /connections
Parameter | Type | Description |
---|---|---|
profile | string | The profile Linkedin id |
count | integer | The count contacts to take |
Enrich contacts and companies with the most relevant data from Linkedin.
Scrupp provides the most comprehensive information about contact and companies you can use in your campaigns. The full data you can see in Scrupp report.
Get the data of the specific Linkedin profile by Sales Navigator ID.
GET /person
Get the data of the specific Linkedin company by ID.
GET /company
You provide URL with search results or leads list to the API.
Configure timer to collect data to any source with Zapier or analogs.
Get search results from Linkedin by the URL
GET /ln/search/people
Parameter | Type | Description |
---|---|---|
url | string | The Sales Navigator search page encoded URL |
page | integer | The current page |
Get search results from Linkedin by the URL
GET /ln/search/company
Parameter | Type | Description |
---|---|---|
url | string | The Sales Navigator search page encoded URL |
page | integer | The current page |
Get search results from Linkedin Job search page by the URL
GET /ln/search/job
Parameter | Type | Description |
---|---|---|
url | string | The Sales Navigator search page encoded URL |
start | integer | The offset to start from |
Get search results from Sales Navigator by the URL
GET /sn/search/profile
Parameter | Type | Description |
---|---|---|
url | string | The Sales Navigator search page encoded URL |
page | integer | The current page |
Get search results from Sales Navigator by the URL
GET /sn/search/company
Parameter | Type | Description |
---|---|---|
url | string | The Sales Navigator search page encoded URL |
page | integer | The current page |
Retrieve a Validated Email address for any LinkedIn user.
The contact API runs one validation check on the email address and returns the result. If the email address is valid, it will be returned in the response. If the email address is Probable, the response will contain a list of alternative email addresses.
GET /contact/email/by-linkedin
Parameter | Type | Description |
---|---|---|
string | The Linkedin ID | |
url | string | Or Encoded profile URL |
Get search results from Sales Navigator by the URL
GET /contact/email/by-initials
Parameter | Type | Description |
---|---|---|
first name | string | The First name of person |
last name | string | The Last name of person |
company | string | The company name |
domain | string | The company domain |