GET
/
api
/
v1
/
user
/
publications
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/publications \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 12,
  "has_more": false,
  "data": [
    {
      "title": "The Infinite Game",
      "publication": "Portfolio",
      "description": "We can’t choose the game. We can’t choose the rules. We can only choose how we play...",
      "date": "Oct 15, 2019",
      "publication_url": "https://simonsinek.com/books/the-infinite-game/"
    }
  ]
}

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.