# Pinterest Pin comments: Dates Scraper

**Use case:** 

Pinterest: Extract available source publication or creation dates from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "https://www.pinterest.com/pin/1020909809261285009/"
  ],
  "pagesPerPin": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "source_pin.id": {
    "label": "Source pin ID",
    "format": "string"
  },
  "source_pin.url": {
    "label": "Source pin URL",
    "format": "string"
  },
  "source_pin.title": {
    "label": "Source pin title",
    "format": "string"
  },
  "source_pin.aggregated_pin_id": {
    "label": "Source pin aggregated pin ID",
    "format": "string"
  },
  "created_at": {
    "label": "Created at",
    "format": "string"
  },
  "author.id": {
    "label": "Author ID",
    "format": "string"
  },
  "author.username": {
    "label": "Author username",
    "format": "string"
  },
  "author.name": {
    "label": "Author name",
    "format": "string"
  },
  "author.url": {
    "label": "Author URL",
    "format": "string"
  },
  "author.image_url": {
    "label": "Author image URL",
    "format": "string"
  },
  "author.image_large_url": {
    "label": "Author image large URL",
    "format": "string"
  },
  "author.is_verified": {
    "label": "Author is verified",
    "format": "boolean"
  },
  "author.is_verified_merchant": {
    "label": "Author is verified merchant",
    "format": "boolean"
  },
  "author.is_private": {
    "label": "Author is private",
    "format": "boolean"
  },
  "author.follower_count": {
    "label": "Author follower count",
    "format": "integer"
  },
  "reply_count": {
    "label": "Reply count",
    "format": "integer"
  },
  "helpful_count": {
    "label": "Helpful count",
    "format": "integer"
  },
  "reactions": {
    "label": "Reactions",
    "format": "array"
  },
  "is_edited": {
    "label": "Is edited",
    "format": "boolean"
  },
  "highlighted_by_pin_owner": {
    "label": "Highlighted by pin owner",
    "format": "boolean"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "tagged_users": {
    "label": "Tagged users",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Pin Comments Scraper](https://apify.com/scrapingmonkey/pinterest-pin-comments-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/pinterest-pin-comments-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/pinterest-pin-comments-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`).
