GET
/
api
/
v1
/
user
/
certifications
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/certifications \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 31,
  "has_more": true,
  "data": [
    {
      "title": "AWS Certified Solutions Architect - Associate",
      "authority": "Amazon Web Services",
      "credential_url": "https://www.credly.com/badges/12345678",
      "issued_at": "Jan 2020"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

urn
string

User URN

Example:

"ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"

username
string

Username. Enabling this option will consume an additional 1 request.

Example:

"simonsinek"

page
integer
default:1

Page number for pagination

Required range: x > 0
Example:

1

Response

200
application/json
Success

The response is of type object.