# Note Post likes: Authors Scraper

**Use case:** 

Note: Extract available public author or creator records from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "https://note.com/noteinc/n/na2355e3abefb"
  ],
  "pagesPerPost": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "post_key": {
    "label": "Post key",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  },
  "created_at": {
    "label": "Created at",
    "format": "string"
  },
  "user.id": {
    "label": "User ID",
    "format": "string"
  },
  "user.key": {
    "label": "User key",
    "format": "string"
  },
  "user.username": {
    "label": "User username",
    "format": "string"
  },
  "user.name": {
    "label": "User name",
    "format": "string"
  },
  "user.url": {
    "label": "User URL",
    "format": "string"
  },
  "user.description": {
    "label": "User description",
    "format": "string"
  },
  "user.profile_image_url": {
    "label": "User profile image URL",
    "format": "string"
  },
  "user.header_image_url": {
    "label": "User header image URL",
    "format": "string"
  },
  "user.followers_count": {
    "label": "User followers count",
    "format": "integer"
  },
  "user.following_count": {
    "label": "User following count",
    "format": "integer"
  },
  "user.follow_counts_visible": {
    "label": "User follow counts visible",
    "format": "boolean"
  },
  "user.is_official": {
    "label": "User is official",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Note Post Likes Scraper](https://apify.com/scrapingmonkey/note-post-likes-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/note-post-likes-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/note-post-likes-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
