# Pinterest Profile boards: Privacy Flags Scraper

**Use case:** 

Pinterest: Extract available public privacy-status flags from supplied records, retaining original public source context.

## Input

```json
{
  "inputList": [
    "fitnessmagazine"
  ],
  "pagesPerProfile": 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"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "source_profile.id": {
    "label": "Source profile ID",
    "format": "string"
  },
  "source_profile.username": {
    "label": "Source profile username",
    "format": "string"
  },
  "source_profile.name": {
    "label": "Source profile name",
    "format": "string"
  },
  "source_profile.url": {
    "label": "Source profile URL",
    "format": "string"
  },
  "source_profile.image_url": {
    "label": "Source profile image URL",
    "format": "string"
  },
  "source_profile.image_large_url": {
    "label": "Source profile image large URL",
    "format": "string"
  },
  "source_profile.is_verified": {
    "label": "Source profile is verified",
    "format": "boolean"
  },
  "source_profile.is_verified_merchant": {
    "label": "Source profile is verified merchant",
    "format": "boolean"
  },
  "source_profile.is_private": {
    "label": "Source profile is private",
    "format": "boolean"
  },
  "source_profile.follower_count": {
    "label": "Source profile follower count",
    "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 Profile Boards Scraper](https://apify.com/scrapingmonkey/pinterest-profile-boards-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/pinterest-profile-boards-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-profile-boards-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`).
