Better Fetch
Social networks4 runnable operations

Pinterest reference

Search, pins, user boards, and board details from public Pinterest surfaces.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

Pin details

Available

Pin details from public Pinterest surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/pinterest_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"pin","pin_url":"https://www.pinterest.com/pin/99360735500167749/"}}'

Tool: pinterest_scraper

User boards

Available

User boards from public Pinterest surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/pinterest_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"user_boards","handle":"broadstbullycom","max_results":10}}'

Tool: pinterest_scraper

Board details

Available

Board details from public Pinterest surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/pinterest_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"board","url":"https://www.pinterest.com/lizmrodgers/moms-night/","max_results":10}}'

Tool: pinterest_scraper