{"id":19398119,"url":"https://github.com/piedweb/amazon-parser","last_synced_at":"2026-04-21T13:01:53.639Z","repository":{"id":57041397,"uuid":"334714164","full_name":"PiedWeb/amazon-parser","owner":"PiedWeb","description":"php amazon scrapper. Educational pupose only, probably against amazon rules.","archived":false,"fork":false,"pushed_at":"2021-01-31T17:37:35.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T11:12:19.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/PiedWeb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-31T17:27:14.000Z","updated_at":"2021-01-31T17:37:37.000Z","dependencies_parsed_at":"2022-08-23T23:31:13.329Z","dependency_job_id":null,"html_url":"https://github.com/PiedWeb/amazon-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Famazon-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Famazon-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Famazon-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Famazon-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiedWeb","download_url":"https://codeload.github.com/PiedWeb/amazon-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240571029,"owners_count":19822412,"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":[],"created_at":"2024-11-10T11:04:56.077Z","updated_at":"2026-04-21T13:01:48.598Z","avatar_url":"https://github.com/PiedWeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Parser/Scraper in PHP\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/piedweb/amazon-parser.svg?style=flat-square)](https://packagist.org/packages/piedweb/amazon-parser)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/piedweb/amazon-parser/run-tests?label=tests)](https://github.com/piedweb/amazon-parser/actions?query=workflow%3Arun-tests+branch%3Amaster)\n[![Total Downloads](https://img.shields.io/packagist/dt/piedweb/amazon-parser.svg?style=flat-square)](https://packagist.org/packages/piedweb/amazon-parser)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require piedweb/amazon-parser\n```\n\n## Usage\n\n```php\nuse Piedweb\\AmazonParser\\SearchResults;\nuse Piedweb\\AmazonParser\\ProductPage;\nuse Piedweb\\AmazonParser\\ProductPageUk;\n\nSearchResults::getUrls(file_get_contents('https://www.amazon.com/s?i=specialty-aps\u0026bbn=16225009011\u0026rh=n:!16225009011,n:541966\u0026ref=nav_em__nav_desktop_sa_intl_computers_and_accessories_0_2_5_6'))\n\n$manager = ProductPage::parse(file_get_contents('https://www.amazon.com/HP-24mh-FHD-Monitor-Built/dp/B08BF4CZSV/'));\n\n$manager-\u003egetPrice()\n```\n\n## Credits\n\n-   Robin from [Pied Web](https://piedweb.com)\n-   [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Famazon-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedweb%2Famazon-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Famazon-parser/lists"}