{"id":18699770,"url":"https://github.com/hctilg/pinterest-crawler","last_synced_at":"2025-04-12T08:32:11.634Z","repository":{"id":218687294,"uuid":"746776746","full_name":"hctilg/pinterest-crawler","owner":"hctilg","description":"Downloads all images suitable for search","archived":true,"fork":false,"pushed_at":"2024-03-13T23:27:26.000Z","size":1665,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T08:18:18.070Z","etag":null,"topics":["crawler","pinterest"],"latest_commit_sha":null,"homepage":"https://pinterest.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hctilg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-22T16:49:14.000Z","updated_at":"2025-03-22T08:36:39.000Z","dependencies_parsed_at":"2024-01-23T10:32:11.869Z","dependency_job_id":"e68c2070-29bf-47d2-8401-a3ef4407b6ab","html_url":"https://github.com/hctilg/pinterest-crawler","commit_stats":null,"previous_names":["hctilg/pinterest-crawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hctilg%2Fpinterest-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hctilg%2Fpinterest-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hctilg%2Fpinterest-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hctilg%2Fpinterest-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hctilg","download_url":"https://codeload.github.com/hctilg/pinterest-crawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248540078,"owners_count":21121290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","pinterest"],"created_at":"2024-11-07T11:34:20.580Z","updated_at":"2025-04-12T08:32:06.624Z","avatar_url":"https://github.com/hctilg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **Pinterest Image Download by Keywords**\nYou can download as many images as you want about the searched words.\n\n\n[![pinterest](pinterest.png)](https://www.pinterest.com/search/pins/?q=Coffee)\n\n## How to Run\n\n```php\n// checking the exists Library.\nif (!file_exists('pinterest.php')) {\n  copy('https://raw.githubusercontent.com/hctilg/pinterest-crawler/main/pinterest.php', 'pinterest.php');\n}\n\n// require Library.\nrequire_once __DIR__ . '/pinterest.php';\n\n// Usage\n$configs = new PinterestConfig(\"Coffee\", 200, \"orig\", '');\n$scraper = new PinterestScraper($configs);\n\n$scraper-\u003edownloadImages();   // download images directly\nprint_r($scraper-\u003egetUrls()); // just bring image links\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhctilg%2Fpinterest-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhctilg%2Fpinterest-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhctilg%2Fpinterest-crawler/lists"}