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.
Search
AvailableSearch 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":"search","query":"Italian Pot Roast","max_results":10}}'Tool: pinterest_scraper
Pin details
AvailablePin 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
AvailableUser 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
AvailableBoard 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