package
0.0.0-20240623164617-2bbf42a0b532
Repository: https://github.com/jobayer12/scrapifygo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ScrapeAmazonSearch godoc
@Summary Get the amazon product details @Tags amazon @Router /api/v1/amazon [get] @Param url query string true "amazon product url" @Response 200 {object} utils.APIResponse[Product] @Produce application/json.