# Pinterest Finance Board Search Scraper

**Use case:** 

Scrape Pinterest board search results for finance, including description, name, url where available. Find topic-relevant records for a finance content directory, campaign shortlist or competitive research dataset.

## Input

```json
{
  "inputList": [
    "finance"
  ],
  "pagesPerSearch": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "pin_count": {
    "label": "Pin count",
    "format": "integer"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "section_count": {
    "label": "Section count",
    "format": "integer"
  },
  "sectionless_pin_count": {
    "label": "Sectionless pin count",
    "format": "integer"
  },
  "collaborator_count": {
    "label": "Collaborator count",
    "format": "integer"
  },
  "is_collaborative": {
    "label": "Is collaborative",
    "format": "boolean"
  },
  "privacy": {
    "label": "Privacy",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "format": "string"
  },
  "cover_image_hd_url": {
    "label": "Cover image HD URL",
    "format": "string"
  },
  "last_modified_at": {
    "label": "Last modified at",
    "format": "string"
  },
  "owner.id": {
    "label": "Owner ID",
    "format": "string"
  },
  "owner.username": {
    "label": "Owner username",
    "format": "string"
  },
  "owner.name": {
    "label": "Owner name",
    "format": "string"
  },
  "owner.url": {
    "label": "Owner URL",
    "format": "string"
  },
  "owner.image_url": {
    "label": "Owner image URL",
    "format": "string"
  },
  "owner.image_large_url": {
    "label": "Owner image large URL",
    "format": "string"
  },
  "owner.is_verified": {
    "label": "Owner is verified",
    "format": "boolean"
  },
  "owner.is_verified_merchant": {
    "label": "Owner is verified merchant",
    "format": "boolean"
  },
  "owner.is_private": {
    "label": "Owner is private",
    "format": "boolean"
  },
  "owner.follower_count": {
    "label": "Owner follower count",
    "format": "integer"
  },
  "images": {
    "label": "Images",
    "format": "array"
  }
}
```

## About this Actor

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