{"id":20826953,"url":"https://github.com/crizmo/pinscrape","last_synced_at":"2025-04-10T02:56:05.141Z","repository":{"id":206761313,"uuid":"717523624","full_name":"crizmo/pinscrape","owner":"crizmo","description":"Get Pinterest board images easily with our simple API, perfect for seamless integration into your projects","archived":false,"fork":false,"pushed_at":"2023-11-12T10:19:15.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T04:23:41.645Z","etag":null,"topics":["api","image-scraper","images","nodejs","pinterest","scraper"],"latest_commit_sha":null,"homepage":"https://pinscrape.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crizmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-11T18:14:45.000Z","updated_at":"2024-04-23T23:13:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf38254b-0b92-492a-b49c-4eee5ded02f1","html_url":"https://github.com/crizmo/pinscrape","commit_stats":null,"previous_names":["crizmo/pinscrape"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fpinscrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fpinscrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fpinscrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fpinscrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crizmo","download_url":"https://codeload.github.com/crizmo/pinscrape/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147675,"owners_count":21055542,"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":["api","image-scraper","images","nodejs","pinterest","scraper"],"created_at":"2024-11-17T23:10:38.072Z","updated_at":"2025-04-10T02:56:05.113Z","avatar_url":"https://github.com/crizmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pinterest Scraper\n\nA simple image scraper API for Pinterest boards.\n\n![License](https://img.shields.io/github/license/crizmo/pinscrape)\n![Issues](https://img.shields.io/github/issues/crizmo/pinscrape)\n![Stars](https://img.shields.io/github/stars/crizmo/pinscrape)\n\n## Table of Contents\n\n- [Features](#features)\n- [Setup](#setup)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [License](#license)\n\n## Features\n\n- Retrieve board information such as title and total number of pins.\n- Extract URLs of images in a Pinterest board.\n- Save the extracted URLs to a JSON file.\n\n## Setup\n\n1. Clone the repository:\n\n    ```bash\n        git clone https://github.com/kurizu/pinscrape.git\n    ```\n\n2. Install the dependencies:\n\n    ```bash\n        cd pinscrape\n        npm install\n    ```\n\n## Usage\n1. Run the scraper:\n\n    ```bash\n        npm start\n    ```\n\n2. Open your browser and navigate to http://localhost:3000.\n\n3. Explore the provided API endpoints to get board information and image URLs.\n\n## API Endpoints\n\n### Params\n\nUrl takes **two** parameters\n\n- **username** : Pinterest username\n\n- **boardName** : Pinterest board name\n\n### Example\n\n- **URLs**\n\t- **home :**  http://localhost:3000/\n\t- **Info :**  http://localhost:3000/api/:username/:boardName/info\n\t- **Pins :**  http://localhost:3000/api/:username/:boardName/pins\n\n- **To get Info** :\n\n  - Go to `http://localhost:3000/api/kurizu/pookie/info` in your browser\n\n- Result\n\n  ```json\n  {\n    \"title\": \"pookie\",\n    \"totalPins\": 233\n  }\n  ```\n\n- To get pins\n  - Go to `http://localhost:3000/api/kurizu/pookie/pins` in your browser\n\n- **Result**\n\n  ```json\n  {\n    \"images\": [\n          {\n              \"src\": \"https://i.pinimg.com/280x280_RS/2e/2d/50/2e2d505f82e118adf0ac6e742e503d82.jpg\",\n              \"alt\": \"Words\"\n          },\n          {\n              \"src\": \"https://i.pinimg.com/564x/2f/8e/1e/2f8e1e44ebac2f3536c991524bfa114f.jpg\",\n              \"alt\": \"  The Words, Cool Words, Favorite Quotes, Best Quotes, Love Quotes, Inspirational Quotes, Daily Quotes, Motivational, Pretty Words\"\n          },\n          {\n\n          },\n          ...\n    ]\n  }\n\n  ```\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrizmo%2Fpinscrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrizmo%2Fpinscrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrizmo%2Fpinscrape/lists"}