Skip to main content
GET
/
v1
/
enrichment
/
companies
/
activities
/
post
/
comments
Get Company Activities Post Comments
curl --request GET \
  --url 'https://api.scrapin.io/v1/enrichment/companies/activities/post/comments?apikey='
{
  "success": true,
  "credits_consumed": 1,
  "credits_left": 19934.5,
  "rate_limit_left": 19999,
  "daily_rate_limit_left": 19999,
  "minute_rate_limit_left": 499,
  "next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
  "metadata": {
    "currentPage": 1,
    "pageNumber": 10,
    "perPage": 50,
    "total": 500,
    "source": "fresh",
    "request_id": "000xcc2a-829a-4200-9704-f6f9cf9a23de"
  },
  "comments": [
    {
      "text": "Congrate to the team for this amazing milestone!",
      "reactionsCount": 2,
      "commentsCount": 1,
      "activityDate": 1675339386599,
      "author": {
        "authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
        "authorName": "Julien Smith",
        "authorPublicIdentifier": "julien-smith"
      },
      "activityUrl": "https://www.social.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026882690565963777%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026882690565963777%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
    },
    {
      "text": "Bravo à toute l'équipe pour cette étape incroyable !",
      "reactionsCount": 5,
      "commentsCount": 0,
      "activityDate": 1675400000000,
      "author": {
        "authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
        "authorName": "Claire Dubois",
        "authorPublicIdentifier": "claire-dubois-fintech"
      },
      "activityUrl": "https://www.social.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026899999999999999%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026899999999999999%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
    }
  ]
}

Request Tracking & Reporting

Found incorrect or missing data? Visit your API Logs to view all requests and report issues directly from the web interface.
How to report an issue:
  1. Go to app.scrapin.io/api-logs
  2. Find the request you want to report in the logs table
  3. Click the “Report” button in the Actions column
  4. Select the issue type and add a description
The request_id helps our team investigate and resolve issues quickly. All enrichment requests are automatically logged for your convenience.

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apikey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY

Query Parameters

activityId
string
required

This required parameter is a string. It represents the ID of the activity post you want to retrieve comments.

page
number

This optional parameter is a string. It represents the page number of the results.

Response

The endpoint returns the activity post comments from activityId

success
boolean

Indicates success or failure of api request.

credits_consumed
number

Represents the number of credits consumed by this query.

credits_left
number

Represents the usable credits available for the user account after this query.

rate_limit_left
number

Represents the usable daily request limit available for the user account after this query.

daily_rate_limit_left
number

Represents the usable daily request limit available for the user account after this query.

minute_rate_limit_left
number

Represents the usable minute request limit available for the user account after this query.

next_minute_rate_limit_reset
string

Represents the next minute rate limit reset for the user account after this query. Datetime in ISO 8601 format (e.g., 2025-11-14T14:34:43.000Z).

metadata
object
comments
object[]

All comments of a person on a post