Quickstart

This guide will get you all set up and ready to use the Datamagnet API. We'll cover how to get started using one of our API clients and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

Making your first API request

After getting your API key, you are ready to make your first call to the Datamagnet API. Below, you can see how to send a POST request to the People endpoint to fetch complete LinkedIn profile from the Linkedin people url.

POST
/api/v1/linkedin/person
curl --request POST 'https://api.datamagnet.co/api/v1/linkedin/person' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "https://linkedin.com/in/pratik-dani"
}'

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Datamagnet API: