Pinterest¶
Pinterest is a social media platform for discovering and sharing ideas using visual bookmarks.
omniload supports Pinterest as a source.
URI Format¶
The URI format for Pinterest is as follows:
pinterest://?access_token=<access_token>
URI parameters:
access_token: The token used for authentication with the Pinterest API. You can obtain an access token from the official Pinterest documentation
Tables¶
Pinterest source allows ingesting the following sources into separate tables:
Table |
PK |
Inc Key |
Inc Strategy |
Details |
|---|---|---|---|---|
id |
created_at |
merge |
Retrieves a list of pins. |
|
id |
created_at |
merge |
Retrieves a list of boards. |
|
Use these as --source-table parameter in the omniload ingest command.