# Pinterest Pin: Titles Scraper

**Use case:** 

Pinterest: Extract available published titles from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "https://www.pinterest.com/pin/1139762618205274470/"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "created_at": {
    "label": "Created at",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "alt_text": {
    "label": "Alt text",
    "format": "string"
  },
  "auto_alt_text": {
    "label": "Auto alt text",
    "format": "string"
  },
  "seo_title": {
    "label": "SEO title",
    "format": "string"
  },
  "seo_description": {
    "label": "SEO description",
    "format": "string"
  },
  "seo_alt_text": {
    "label": "SEO alt text",
    "format": "string"
  },
  "dominant_color": {
    "label": "Dominant color",
    "format": "string"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "has_video": {
    "label": "Has video",
    "format": "boolean"
  },
  "is_video_raw": {
    "label": "Is video raw",
    "format": "boolean"
  },
  "is_repin": {
    "label": "Is repin",
    "format": "boolean"
  },
  "is_promoted": {
    "label": "Is promoted",
    "format": "boolean"
  },
  "repin_count": {
    "label": "Repin count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "favorite_user_count": {
    "label": "Favorite user count",
    "format": "integer"
  },
  "share_count": {
    "label": "Share count",
    "format": "integer"
  },
  "comments_disabled": {
    "label": "Comments disabled",
    "format": "boolean"
  },
  "aggregated_pin_id": {
    "label": "Aggregated pin ID",
    "format": "string"
  },
  "aggregated_comment_count": {
    "label": "Aggregated comment count",
    "format": "integer"
  },
  "aggregated_save_count": {
    "label": "Aggregated save count",
    "format": "integer"
  },
  "aggregated_done_count": {
    "label": "Aggregated done count",
    "format": "integer"
  },
  "reactions": {
    "label": "Reactions",
    "format": "array"
  },
  "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"
  },
  "board.id": {
    "label": "Board ID",
    "format": "string"
  },
  "board.url": {
    "label": "Board URL",
    "format": "string"
  },
  "board.name": {
    "label": "Board name",
    "format": "string"
  },
  "board.description": {
    "label": "Board description",
    "format": "string"
  },
  "board.pin_count": {
    "label": "Board pin count",
    "format": "integer"
  },
  "board.follower_count": {
    "label": "Board follower count",
    "format": "integer"
  },
  "board.section_count": {
    "label": "Board section count",
    "format": "integer"
  },
  "board.sectionless_pin_count": {
    "label": "Board sectionless pin count",
    "format": "integer"
  },
  "board.collaborator_count": {
    "label": "Board collaborator count",
    "format": "integer"
  },
  "board.is_collaborative": {
    "label": "Board is collaborative",
    "format": "boolean"
  },
  "board.privacy": {
    "label": "Board privacy",
    "format": "string"
  },
  "board.category": {
    "label": "Board category",
    "format": "string"
  },
  "board.cover_image_url": {
    "label": "Board cover image URL",
    "format": "string"
  },
  "board.cover_image_hd_url": {
    "label": "Board cover image HD URL",
    "format": "string"
  },
  "board.last_modified_at": {
    "label": "Board last modified at",
    "format": "string"
  },
  "board.owner.id": {
    "label": "Board owner ID",
    "format": "string"
  },
  "board.owner.username": {
    "label": "Board owner username",
    "format": "string"
  },
  "board.owner.name": {
    "label": "Board owner name",
    "format": "string"
  },
  "board.owner.url": {
    "label": "Board owner URL",
    "format": "string"
  },
  "board.owner.image_url": {
    "label": "Board owner image URL",
    "format": "string"
  },
  "board.owner.image_large_url": {
    "label": "Board owner image large URL",
    "format": "string"
  },
  "board.owner.is_verified": {
    "label": "Board owner is verified",
    "format": "boolean"
  },
  "board.owner.is_verified_merchant": {
    "label": "Board owner is verified merchant",
    "format": "boolean"
  },
  "board.owner.is_private": {
    "label": "Board owner is private",
    "format": "boolean"
  },
  "board.owner.follower_count": {
    "label": "Board owner follower count",
    "format": "integer"
  },
  "board.images": {
    "label": "Board images",
    "format": "array"
  },
  "section.id": {
    "label": "Section ID",
    "format": "string"
  },
  "section.title": {
    "label": "Section title",
    "format": "string"
  },
  "section.slug": {
    "label": "Section slug",
    "format": "string"
  },
  "section.description": {
    "label": "Section description",
    "format": "string"
  },
  "section.pin_count": {
    "label": "Section pin count",
    "format": "integer"
  },
  "section.url": {
    "label": "Section URL",
    "format": "string"
  },
  "product.metadata_id": {
    "label": "Product metadata ID",
    "format": "string"
  },
  "product.price_value_raw": {
    "label": "Product price value raw",
    "format": "number"
  },
  "product.price_currency": {
    "label": "Product price currency",
    "format": "string"
  },
  "product.availability": {
    "label": "Product availability",
    "format": "string"
  },
  "product.is_out_of_stock": {
    "label": "Product is out of stock",
    "format": "boolean"
  },
  "product.is_stale": {
    "label": "Product is stale",
    "format": "boolean"
  }
}
```

## About this Actor

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