Bununla Çekiyorum..
<?php
require __DIR__ . '/../vendor/autoload.php';
use seregazhuk\PinterestBot\Factories\PinterestBot;
$bot = PinterestBot::create();
$pins = $bot->pins
->search('cats')
->take(5)
->toArray();
print_r($pins[0]);
Bu kütüphane hala çalışıyormu ya, bi ara pinleme felan yapmıyordu.