API

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.

To get access to the API please chat to support.
The API is organized around REST. All requests should be made over SSL. All request and response bodies, including errors, are encoded in JSON. We also have some specific language code examples to make integration easier. You can switch the programming language of the examples with the tabs in the top right. Should you have further questions, feel free to contact our tech team via email at help@scrupp.com or by using the web chat in the bottom right of your screen.

The main endpoint:
https://scrupp.com/api/v1


Account API


Balance

Retrieve the current balance of your account. Returns the number of email credits and LinkedIn credits available.

GET /account/balances

    {
      "emailBalance": 10000,
      "linkedInBalance": 50000
    }
                    

Connections

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

Enrichment API

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.


Person

Get the data of the specific Linkedin profile by Sales Navigator ID.

GET /person

Company

Get the data of the specific Linkedin company by ID.

GET /company

Linkedin API

You provide URL with search results or leads list to the API.
Configure timer to collect data to any source with Zapier or analogs.


People Search

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

Company Search

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

Job Search

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

Sales Navigator Search API


Profile Search

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

Company Search

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

Contact Info API


Get Email by Linkedin ID

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
linkedin string The Linkedin ID
url string Or Encoded profile URL

Get Email by Initials and Company

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