Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfrn/hardware-price-scraper-api
API for returning product details from multiple Brazilian hardware stores
https://github.com/gfrn/hardware-price-scraper-api
api-rest scraper
Last synced: about 1 month ago
JSON representation
API for returning product details from multiple Brazilian hardware stores
- Host: GitHub
- URL: https://github.com/gfrn/hardware-price-scraper-api
- Owner: gfrn
- License: agpl-3.0
- Created: 2020-12-26T18:52:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T18:27:01.000Z (over 3 years ago)
- Last Synced: 2024-11-08T13:26:56.994Z (2 months ago)
- Topics: api-rest, scraper
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hardware-price-scraper-api
[![Node.js CI](https://github.com/ntanck/hardware-price-scraper-api/actions/workflows/node.js.yml/badge.svg)](https://github.com/ntanck/hardware-price-scraper-api/actions/workflows/node.js.yml)API for returning product details from multiple Brazilian hardware stores
## Utilization
Send a get request to `https://hardware-scraper-api.herokuapp.com/get` with valid store and query parameters.
Example: https://hardware-scraper-api.herokuapp.com/get?store=kabum&query=ryzen.
Available stores:
- PCXpress (pcxpress)
- Kabum (kabum)
- Pichau (pichau)*Note:* Cissa was removed since they closed down permanently.
## Example response
```
[
{
"url":"https://www.kabum.com.br/produto/107545/processador-amd-ryzen-5-1600-cache-19mb-3-2ghz-3-6ghz-max-turbo-am4-yd1600bbafbox",
"img":"https://images5.kabum.com.br/produtos/fotos/107545/processador-amd-ryzen-5-1600-cache-19mb-3-2ghz-3-6ghz-max-turbo-am4-yd1600bbafbox_1573653284_m.jpg",
"name":"Processador AMD Ryzen 5 1600, Cache 19MB, 3.2GHz (3.6GHz Max Turbo), AM4 - YD1600BBAFBOX",
"price":649.9
}
]
```