Integrate with Our Powerful API

Seamlessly connect and automate your workflows.

Open API Documentation

Automize your enrichment

Why use SalesQL APIs?

Organization API

curl -X GET "https://api-public.salesql.com/v1/organizations/enrich/?organization_name=salesql&api_key={your_api_key}"

{

    "uuid": "a56f111b-c163-40e6-a94f-815205e39566",

    "name": "SalesQL",

    "website": "https://salesql.com?fpr=linkedin_salesql",

    "website_domain": "salesql.com",

    "linkedin_url": "https://www.linkedin.com/company/salesqldotcom",

    "founded_year": 2018,

    "logo": "company/a56f111b-c163-40e6-a94f-815205e39566-salesql.png",

    "number_of_employees": 11,

    "industry": "Media Production",

    "location": "Madrid, (Madrid, Europe), Spain ES"

}

Email Finder API

curl -X GET "https://api-public.salesql.com/v1/persons/enrich/?full_name=Ariel%20Camino&organization_domain=salesql.com&api_key={your_api_key}" | jq -r '.emails'

[

  {

    "email": "arielc@salesql.com",

    "type": "Work",

    "status": "Valid"

  },

  {

    "email": "arielcamino@gmail.com",

    "type": "Direct",

    "status": "Valid"

  }

]

Person API

curl -X GET "https://api-public.salesql.com/v1/persons/enrich/?full_name=Ariel%20Camino&organization_domain=salesql.com&api_key={your_api_key}"

{

    "uuid": "daca140a-66e7-4a25-ab17-e66f29160c94",

    "first_name": "Ariel",

    "last_name": "Camino",

    "full_name": "Ariel Camino",

    "linkedin_url": "https://www.linkedin.com/in/ariel-camino",

    "title": "CEO",

    "headline": "CEO at SalesQL - Helping businesses generate better leads",

    "industry": "Computer Software",

    "emails": [

        {

            "email": "arielc@salesql.com",

            "type": "Work",

            "status": "Valid"

        },

        {

            "email": "arielcamino@gmail.com",

            "type": "Direct",

            "status": "Valid"

        }

    ],

    "phones": [

        {

            "phone": "+44 20 8050 4650",

            "type": "Work",

            "country_code": "ES",

            "is_valid": true

        }

    ],

    "location": "Spain ES",

    "organization": {

        "uuid": "a56f111b-c163-40e6-a94f-815205e39566",

        "name": "SalesQL",

        "website": "https://salesql.com?fpr=linkedin_salesql",

        "website_domain": "salesql.com",

        "linkedin_url": "https://www.linkedin.com/company/salesqldotcom",

        "founded_year": 2018,

        "logo": "company/a56f111b-c163-40e6-a94f-815205e39566-salesql.png",

        "number_of_employees": 11,

        "industry": "Media Production",

        "location": "Madrid, (Madrid, Europe), Spain ES"

    }

}

Linkedin URLs API

curl -X GET https://api-public.salesql.com/v1/persons/enrich/?linkedin_url=https://www.linkedin.com/in/ariel-camino&api_key={your_api_key}

{

    "uuid": "daca140a-66e7-4a25-ab17-e66f29160c94",

    "first_name": "Ariel",

    "last_name": "Camino",

    "full_name": "Ariel Camino",

    "linkedin_url": "https://www.linkedin.com/in/ariel-camino",

    "title": "CEO",

    "headline": "CEO at SalesQL - Helping businesses generate better leads",

    "industry": "Computer Software",

    "emails": [

        {

            "email": "arielc@salesql.com",

            "type": "Work",

            "status": "Valid"

        },

        {

            "email": "arielcamino@gmail.com",

            "type": "Direct",

            "status": "Valid"

        }

    ],

    "phones": [

        {

            "phone": "+44 20 8050 4650",

            "type": "Work",

            "country_code": "ES",

            "is_valid": true

        }

    ],

    "location": "Spain ES",

    "organization": {

        "uuid": "a56f111b-c163-40e6-a94f-815205e39566",

        "name": "SalesQL",

        "website": "https://salesql.com?fpr=linkedin_salesql",

        "website_domain": "salesql.com",

        "linkedin_url": "https://www.linkedin.com/company/salesqldotcom",

        "founded_year": 2018,

        "logo": "company/a56f111b-c163-40e6-a94f-815205e39566-salesql.png",

        "number_of_employees": 11,

        "industry": "Media Production",

        "location": "Madrid, (Madrid, Europe), Spain ES"

    }

}

Step-by-Step Guide

 How it works

1

Get your API key

Create them from the SalesQL
Enrichment / API section.

Integrate with app

Customize parameters to fit your needs for optimal performance.
2

Access Data

Boost sales and improve customer interactions with data.
3

FAQ’s

What is the SalesQL API used for?

The SalesQL API allows users to programmatically access comprehensive contact information, enabling seamless integration with various applications and systems.

How do I get started with the SalesQL API?

To get started with the SalesQL API, you need to sign up for an account and obtain your API key. Then, you can use this key to authenticate your requests and start retrieving data through our endpoints. Documentation is available to guide you through the process.

What data can I retrieve using the SalesQL API?

With the SalesQL API, you can retrieve various types of data, including domain information, email addresses, email verification statuses, and enrichment data on both organizations and individuals.

Is there a limit on API calls or data retrieval?

Yes, the SalesQL API has limits. You can make up to 600 API requests per day, with a maximum of 50 requests per minute.

How secure is the SalesQL API?

The SalesQL API is secure, employing industry-standard encryption and security protocols to protect your data during transfer and processing. Your API key should be kept confidential to maintain security.

Ready to Integrate?

Get your API key and start building powerful integrations
with any paid plan on SalesQL.