GET
/
enrichment
/
summary
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/summary
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"summary": "Hi there! My name is Julien and I'm an entrepreneur with a hacker mindset. 🏴‍☠️\n\nI am passionate about finding creative solutions to complex problems and am always looking for ways to optimize and improve processes. 🧠\n\nI am proud to have founded a company that build SaaS products to helps companies enrich their business data, and I am excited to continue driving innovation in the business world.\n\nThank you for visiting my LinkedIn profile and I hope to connect with you soon!"
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the LinkedIn URL of the person with this format: https://www.linkedin.com/in/xxxxxxxxxxxxx/.

Response

200
application/json

The endpoint returns summary information.

The response is of type object.