amazon_url_extractor 0.1.2 copy "amazon_url_extractor: ^0.1.2" to clipboard
amazon_url_extractor: ^0.1.2 copied to clipboard

Extract ASIN, product info, prices, and metadata from Amazon URLs. Supports all Amazon domains, affiliate links, and shortened URLs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add amazon_url_extractor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  amazon_url_extractor: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:amazon_url_extractor/amazon_url_extractor.dart';
0
likes
160
points
166
downloads

Publisher

unverified uploader

Weekly Downloads

Extract ASIN, product info, prices, and metadata from Amazon URLs. Supports all Amazon domains, affiliate links, and shortened URLs.

Repository (GitHub)
View/report issues

Topics

#amazon #urls #parser #asin #product-extractor

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on amazon_url_extractor