Skip to content

rsalbergaria/scrap-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Scrap Products

Scrap Products is a Python api to receive a product url and return datas about this product;

Use products from https://www.saraiva.com.br/

Usage

1 - Run

cd app
docker compose up -d

2 - Request Example:

curl --location 'http://127.0.0.1:5002/products' \
--header 'Content-Type: application/json' \
--data '{
    "url": "https://www.saraiva.com.br/cabo-micro-usb-general-electric-pro-0-9m-ultra-resistente-com-adaptador-lightning-para-iphone/p"
}'

About

Backend challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published