Skip to main content
GET
User Boards
Lists a user’s public boards by bare username (agkelsey, not a full URL), with a cursor to page. Each board carries id, name, url, description, pin_count, follower_count, section_count, collaborator_count, privacy, owner, created_at, cover_pin and cover_images. Measured at 59 KB for 10 boards; trim=true collapses it to 3.3 KB — an 18× reduction, the largest in this API — keeping id, name, url, description, pin_count, follower_count, created_at and image_cover_hd_url. Feed each board’s url to get_pinterest_board to read its pins; to search across all of Pinterest use get_pinterest_search.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

handle
string
required

The username of the user to get boards for. (e.g. broadstbullycom from https://www.pinterest.com/broadstbullycom/)

trim
boolean

Set to true for a trimmed down version of the response

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
boards
object[]
cursor
string | null