> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Offers

> Retrieve available purchase offers for one or more products (up to 10 ASINs per request). Filter by product condition (new, used, refurbished) and delivery options (Prime, Free Shipping, etc.).

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">3 credits</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/amazon/product-offers.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/amazon/product-offers

Description: Product Offers

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- asin (Required): Product ASIN for which to get offers. Supports batching of up to 10 ASINs in a single request, separated by comma.
Example: B08PPDJWC8,B07ZPKBL9V,B08BHXG144
Note that each ASIN in a batch request is counted as a single request against the plan quota.. Example: B09SM24S8C
- country (Optional): Sets the Amazon domain, marketplace country, language and currency.
Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE. Example: us
- product_condition (Optional): Find products in specific conditions, specified as a comma delimited list of the following values: NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE
Examples:
NEW,USED_LIKE_NEW
USED_VERY_GOOD,USED_GOOD,USED_LIKE_NEW. Example: NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE
- delivery (Optional): Find products with specific delivery option, specified as a comma delimited list of the following values: PRIME_ELIGIBLE,FREE_DELIVERY

Examples:
FREE_DELIVERY
PRIME_ELIGIBLE,FREE_DELIVERY
- autoselect_variant (Optional): To get accurate pricing data, set this parameter to true, in which case we'll append the th=1&psc=1 parameters to the end of the product URL. To get an accurate representation of the parent ASIN's product page, omit this parameter or set it to false.
- limit (Optional): Maximum number of offers to return.. Example: 100
- page (Optional): Results page to return.. Example: 1
- language (Optional): The language of the results. In case not specified, results will be returned in the default domain language.
Supported languages per country:
US: en_US, es_US
AU: en_AU
BR: pt_BR
CA: en_CA, fr_CA
FR: fr_FR, en_GB
DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK
IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN
IT: it_IT, en_GB
MX: es_MX
NL: nl_NL, en_GB
SG: en_SG
ES: es_ES, pt_PT, en_GB
TR: tr_TR
AE: en_AE, ar_AE
GB: en_GB
JP: ja_JP, en_US, zh_CN
SA: ar_AE, en_AE
PL: pl_PL
SE: sv_SE, en_GB
BE: fr_BE, nl_BE, en_GB
EG: ar_AE, en_AE
ZA: en_ZA
IE: en_IE
- fields (Optional): A comma separated list of product and offer fields to include in the response (field projection). By default all fields are returned.

Example: product_price,product_information,product_condition,ships_from

Example Response:
{
"code": 0,
"message": "success",
"data": {
"asin": "B09SM24S8C",
"product_title": "Samsung Galaxy A03s Cell Phone, AT&T GSM Unlocked Android Smartphone, 32GB, Long Lasting Battery, Expandable Storage, 3 Camera Lenses, Infinite Display - Black (Renewed)",
"product_price": "74.44",
"product_original_price": null,
"minimum_order_quantity": null,
"currency": "USD",
"country": "US",
"domain": "www.amazon.com",
"product_byline": "Visit the Amazon Renewed Store",
"product_byline_link": "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed",
"product_byline_links": [
  "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed"
],
"product_star_rating": "4",
"product_num_ratings": 1867,
"product_url": "https://www.amazon.com/dp/B09SM24S8C",
"product_slug": "Samsung-Unlocked-Smartphone-Expandable-Infinite",
"product_photo": "https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg",
"product_num_offers": 14,
"product_availability": "In Stock",
"product_condition": "Refurbished - Excellent",
"is_best_seller": false,
"is_amazon_choice": false,
"is_prime": false,
"climate_pledge_friendly": false,
"sales_volume": "500+ bought in past month",
"about_product": [
  "Immersive 6.7-inch Super AMOLED display wit
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/amazon.openapi.json GET /v1/amazon/product-offers
openapi: 3.0.1
info:
  title: Amazon API english documentation
  description: >-
    The english reference documentation of the Amazon API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security: []
tags: []
paths:
  /v1/amazon/product-offers:
    get:
      tags: []
      summary: Product Offers
      description: >-
        Retrieve available purchase offers for one or more products (up to 10
        ASINs per request). Filter by product condition (new, used, refurbished)
        and delivery options (Prime, Free Shipping, etc.).
      parameters:
        - name: asin
          in: query
          description: >-
            Product ASIN for which to get offers. Supports batching of up to 10
            ASINs in a single request, separated by comma.

            Example: B08PPDJWC8,B07ZPKBL9V,B08BHXG144

            Note that each ASIN in a batch request is counted as a single
            request against the plan quota.
          required: true
          example: B09SM24S8C
          schema:
            type: string
            example: B09SM24S8C
        - name: country
          in: query
          description: >-
            Sets the Amazon domain, marketplace country, language and currency.

            Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES,
            TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE
          required: false
          example: us
          schema:
            type: string
            default: us
        - name: product_condition
          in: query
          description: >-
            Find products in specific conditions, specified as a comma delimited
            list of the following values: NEW, USED_LIKE_NEW, USED_VERY_GOOD,
            USED_GOOD, USED_ACCEPTABLE

            Examples:
              NEW,USED_LIKE_NEW
              USED_VERY_GOOD,USED_GOOD,USED_LIKE_NEW
          required: false
          example: NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE
          schema:
            type: string
            example: NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE
        - name: delivery
          in: query
          description: >-
            Find products with specific delivery option, specified as a comma
            delimited list of the following values: PRIME_ELIGIBLE,FREE_DELIVERY


            Examples:
              FREE_DELIVERY
              PRIME_ELIGIBLE,FREE_DELIVERY
          required: false
          schema:
            type: string
        - name: autoselect_variant
          in: query
          description: >-
            To get accurate pricing data, set this parameter to true, in which
            case we'll append the th=1&psc=1 parameters to the end of the
            product URL. To get an accurate representation of the parent ASIN's
            product page, omit this parameter or set it to false.
          required: false
          schema:
            type: boolean
        - name: limit
          in: query
          description: Maximum number of offers to return.
          required: false
          example: 100
          schema:
            type: number
            default: 100
        - name: page
          in: query
          description: Results page to return.
          required: false
          example: 1
          schema:
            type: number
            default: 1
        - name: language
          in: query
          description: >-
            The language of the results. In case not specified, results will be
            returned in the default domain language.

            Supported languages per country:

            US: en_US, es_US

            AU: en_AU

            BR: pt_BR

            CA: en_CA, fr_CA

            FR: fr_FR, en_GB

            DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK

            IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN

            IT: it_IT, en_GB

            MX: es_MX

            NL: nl_NL, en_GB

            SG: en_SG

            ES: es_ES, pt_PT, en_GB

            TR: tr_TR

            AE: en_AE, ar_AE

            GB: en_GB

            JP: ja_JP, en_US, zh_CN

            SA: ar_AE, en_AE

            PL: pl_PL

            SE: sv_SE, en_GB

            BE: fr_BE, nl_BE, en_GB

            EG: ar_AE, en_AE

            ZA: en_ZA

            IE: en_IE
          required: false
          schema:
            type: string
        - name: fields
          in: query
          description: >-
            A comma separated list of product and offer fields to include in the
            response (field projection). By default all fields are returned.


            Example:
            product_price,product_information,product_condition,ships_from
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  asin: B09SM24S8C
                  product_title: >-
                    Samsung Galaxy A03s Cell Phone, AT&T GSM Unlocked Android
                    Smartphone, 32GB, Long Lasting Battery, Expandable Storage,
                    3 Camera Lenses, Infinite Display - Black (Renewed)
                  product_price: '74.44'
                  product_original_price: null
                  minimum_order_quantity: null
                  currency: USD
                  country: US
                  domain: www.amazon.com
                  product_byline: Visit the Amazon Renewed Store
                  product_byline_link: >-
                    https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                  product_byline_links:
                    - >-
                      https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                  product_star_rating: '4'
                  product_num_ratings: 1867
                  product_url: https://www.amazon.com/dp/B09SM24S8C
                  product_slug: Samsung-Unlocked-Smartphone-Expandable-Infinite
                  product_photo: >-
                    https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg
                  product_num_offers: 14
                  product_availability: In Stock
                  product_condition: Refurbished - Excellent
                  is_best_seller: false
                  is_amazon_choice: false
                  is_prime: false
                  climate_pledge_friendly: false
                  sales_volume: 500+ bought in past month
                  about_product:
                    - >-
                      Immersive 6.7-inch Super AMOLED display with 120 Hz
                      refresh rate, offering smooth scrolling, vibrant colors,
                      and enhanced contrast for watching videos, gaming, or
                      browsing social media. The large screen is ideal for
                      multitasking, allowing apps and media to feel spacious and
                      engaging even in a single glance.
                    - >-
                      Triple-lens rear camera system designed for versatile
                      photography, featuring an anticipated 50 MP main sensor,
                      8 MP ultra-wide lens, and 5 MP macro lens. This
                      combination promises sharp daytime shots, wide-angle group
                      photos, and detailed close-ups, while the AI-assisted
                      camera software optimizes color, exposure, and clarity.
                    - >-
                      Durable and modern design with IP67 water and dust
                      resistance, providing protection against splashes, spills,
                      and everyday wear. The sleek body is expected to combine a
                      polished back with subtle texture, giving it a premium
                      look while remaining comfortable to hold.
                    - >-
                      Robust 5000 mAh battery with fast charging support,
                      allowing users to spend longer periods on streaming,
                      browsing, or social apps without constantly needing a
                      recharge. The fast-charging capability ensures that when
                      power runs low, the device can be quickly topped up and
                      ready to go.
                    - >-
                      Anticipated long-term software support, with Samsung’s
                      policy suggesting up to 4 years of OS upgrades and 5 years
                      of security patches. This will help keep the phone current
                      with new features, maintain app compatibility, and ensure
                      ongoing protection against security vulnerabilities.
                  product_description: >-
                    This pre-owned or refurbished product has been
                    professionally inspected and tested to work and look like
                    new. How a product becomes part of Amazon Renewed, your
                    destination for pre-owned, refurbished products: A customer
                    buys a new product and returns it or trades it in for a
                    newer or different model. That product is inspected and
                    tested to work and look like new by Amazon-qualified
                    suppliers. Then, the product is sold as an Amazon Renewed
                    product on Amazon. If not satisfied with the purchase,
                    renewed products are eligible for replacement or refund
                    under the Amazon Renewed Guarantee.
                  product_information:
                    Product Dimensions: 6.46 x 2.99 x 0.36 inches
                    Item Weight: 7 ounces
                    ASIN: B09SM24S8C
                    Item model number: SM-A037U
                    Batteries: 1 CR5 batteries required. (included)
                    Best Sellers Rank: >-
                      #3,721 in Cell Phones & Accessories (See Top 100 in Cell
                      Phones & Accessories)  #60 in Renewed Smartphones  #82 in
                      Cell Phones
                    OS: Android
                    RAM: 2 GB
                    Wireless communication technologies: Cellular
                    Connectivity technologies: Bluetooth, USB, Wi-Fi
                    GPS: 'True'
                    Special features: Side-Mounted Fingerprint Sensor
                    Other display features: Wireless
                    Human Interface Input: Touchscreen
                    Scanner Resolution: 720 x 1560
                    Other camera features: Front, Rear
                    Audio Jack: 3.5 mm
                    Form Factor: Slate
                    Color: Black
                    Battery Power Rating: 5000 Milliamp Hours
                    Phone Talk Time: 36 Hours
                    Whats in the box: Hybrid SIM Tray
                    Manufacturer: Samsung Electronics
                    Date First Available: February 16, 2022
                    Memory Storage Capacity: 32 GB
                    Standing screen display size: 6.5 Inches
                    Ram Memory Installed Size: 2 GB
                    Battery Capacity: 5000 Milliamp Hours
                    Weight: 6.98 Ounces
                  rating_distribution:
                    '1': 13
                    '2': 4
                    '3': 7
                    '4': 14
                    '5': 62
                  product_photos:
                    - >-
                      https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/51AsFWD7w0L._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/416B2HchDnL._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/51jT4YVwygL._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/31CWNTAMvIL._AC_SL1000_.jpg
                    - https://m.media-amazon.com/images/I/41HG0PuuxAL._AC_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/51AsFWD7w0L._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/416B2HchDnL._AC_SL1000_.jpg
                  product_videos: []
                  user_uploaded_videos: []
                  has_video: false
                  product_details:
                    Brand: Samsung
                    Operating System: Android
                    Ram Memory Installed Size: 2 GB
                    CPU Model: Cortex
                    CPU Speed: 1.8 GHz
                    Memory Storage Capacity: 32 GB
                    Screen Size: 6.5 Inches
                    Resolution: 720 x 1560
                    Refresh Rate: '120'
                    Model Name: SM-A037U
                  top_reviews:
                    - review_id: R2VATUANY9ST81
                      review_title: I Enjoy Using This Phone.
                      review_comment: >-
                        I enjoy using this phone. It works & functions way
                        better than my Samsung Galaxy A03s from AT&T. What I
                        like about this phone would be the camera. It has a much
                        better quality when I take pictures of the sky & record
                        videos. Another reason I like this phone would be the
                        gaming capability. This phone doesn't look much like it
                        could handle gaming, but I knew the moment I bought this
                        phone it would perform better than ever for the games I
                        play. I have a PS2 emulator on this phone & on my older
                        phone. When I boot the PS2 emulator up on my old phone,
                        it runs super slow, but on this phone it runs super
                        smooth with no lag or slow down just as if I were on an
                        actual console. Overall this phone is not too shabby &
                        if you are into emulators & want to play old PS2 games
                        on the go, this phone can handle it.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2VATUANY9ST81
                      review_author_id: AEARFBBQCKJJORLUKIIDXHG2X67Q
                      review_author: Amazon Customer
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AEARFBBQCKJJORLUKIIDXHG2X67Q
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on October 11, 2025
                      is_verified_purchase: true
                      helpful_vote_statement: One person found this helpful
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R2FMJP5GEGIFXH
                      review_title: Same day delivery if requested
                      review_comment: >-
                        These phones are really great, inexpensive replacement
                        phone. fast delivery. I recommend this phone to anyone
                        needing a replacement with a descent size screen.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2FMJP5GEGIFXH
                      review_author_id: AHYUOLB4RFVUZCX52Z3Z2QXITAHQ
                      review_author: Lisa Gregory
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AHYUOLB4RFVUZCX52Z3Z2QXITAHQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on March 2, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R3VPFE6XYXDZZS
                      review_title: Ph. quality is GOOD
                      review_comment: >-
                        So far this ph. is GREAT i only have just 2 apps that i
                        use n it works well on the ph.
                      review_star_rating: '4'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R3VPFE6XYXDZZS
                      review_author_id: AELQIQO3F7MEOKP5L2VBS3LCNEUQ
                      review_author: Greg D.
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AELQIQO3F7MEOKP5L2VBS3LCNEUQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 4, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R1TSTTQWJWCYYI
                      review_title: Buyers Beware! I'll never buy from them again
                      review_comment: >-
                        Never again will I buy from this company a phone again.
                        Complete waist of money. I bought it the end of july of
                        2025 for my daughters mint mobile line. It was her first
                        phone as a teenager. She told me after the first week of
                        having it that the phone glitched. I tried to see if it
                        would glitch again, but it didn't when I was using it.
                        She mentioned if a few more times over the next few
                        months. And again I checked out the phone and didn't see
                        anything wrong with it. Then, about three weeks ago (two
                        weeks before Thanksgiving), it started glitching, and I
                        saw it this time. The screen was flashing, and the phone
                        was not working to the point that it stopped turning on
                        altogether. It does not work no matter how much we
                        charge it.
                      review_star_rating: '1'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1TSTTQWJWCYYI
                      review_author_id: AFG6J6ILP2C6M6BBNJDBFQSUT4BA
                      review_author: Victoria Valdez
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AFG6J6ILP2C6M6BBNJDBFQSUT4BA
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on December 5, 2025
                      is_verified_purchase: true
                      helpful_vote_statement: 11 people found this helpful
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R27E63Q4UQDPEV
                      review_title: >-
                        it is compatible for either sim card but must be ordered
                        separately
                      review_comment: >-
                        it does not come with the sim card you have to order the
                        card separate from the phone transportation issues
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R27E63Q4UQDPEV
                      review_author_id: AH6WSBSW2NGXG3XFXDBPSY3SVO7Q
                      review_author: Richard Burr
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AH6WSBSW2NGXG3XFXDBPSY3SVO7Q
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/39e7b7cf-c094-41dd-b1f5-0bc8aae7ef31._CR0%2C0%2C361%2C361_UX460_.jpg
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 20, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: One person found this helpful
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R2WXBM476A6E3R
                      review_title: easy to use
                      review_comment: A very good phone
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2WXBM476A6E3R
                      review_author_id: AFYGAYKIHQ4KV4GBZDZUK4PYAOBQ
                      review_author: Christine
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AFYGAYKIHQ4KV4GBZDZUK4PYAOBQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/b14a0bde-3a64-4dca-8c41-9e157d1698aa._CR0%2C0%2C1125%2C1125_SX460_.jpg
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 17, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Blue
                        Size: 32GB
                      is_vine: false
                    - review_id: R1K73FD1NYKZV6
                      review_title: How to fix the "unlock" problem
                      review_comment: >-
                        Annoyed that the phone wasn't quite plug and play when I
                        got it. It technically is unlocked but my phone still
                        wasn't working. I ended up doing the following and then
                        the phone was unlocked all the way. Hopefully this helps
                        someone else. On the phone go to: Settings → Connections
                        → Mobile networks → Network operators Turn off automatic
                        and manually search for the network you're trying to
                        use. After you make your selection it should work.
                      review_star_rating: '3'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1K73FD1NYKZV6
                      review_author_id: AGQ4N2BRC5WGU4DC6HOXNB7SB3IQ
                      review_author: Dinah
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AGQ4N2BRC5WGU4DC6HOXNB7SB3IQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 23, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: 2 people found this helpful
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Blue
                        Size: 32GB
                      is_vine: false
                    - review_id: R2X0K1L33BJE3E
                      review_title: No problems -- WELL PRICED
                      review_comment: >-
                        Good value; much better priced than an iPhone, and
                        functions well.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2X0K1L33BJE3E
                      review_author_id: AFBPNABUCL72ISKBLYYDLE4CTMMA
                      review_author: BSchauerte
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AFBPNABUCL72ISKBLYYDLE4CTMMA
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/09c6d6f6-da95-4708-86ae-7e92b4cee95e._CR0%2C0%2C389%2C389_UX460_.jpg
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 11, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                  top_reviews_global:
                    - review_id: R2KJIW6F2LSTWC
                      review_title: Great for kids as a tablet alternative
                      review_comment: >-
                        Son was so excited to get this for Christmas, works
                        great so far!
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2KJIW6F2LSTWC
                      review_author_id: null
                      review_author: Avery kirk
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/c632eabb-b476-45c1-8c9f-da80891f98a5._CR0%2C0%2C400%2C400_UX460_.jpg
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Canada on December 29, 2025
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R1AO3UNM0B9ZT7
                      review_title: As advertised
                      review_comment: All as advertised. Works great
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1AO3UNM0B9ZT7
                      review_author_id: null
                      review_author: Shawn Bayes
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Canada on December 15, 2025
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R378MAHUORH2FV
                      review_title: Misleading Listing - Phone Not as Advertised.
                      review_comment: >-
                        I purchased a refurbished Samsung A03s, expecting it to
                        be unlocked, as stated in the listing. However, upon
                        receiving the phone, I quickly discovered that it was
                        still locked to its previous carrier and completely
                        unusable with my SIM card. When I reached out for help
                        through Amazon’s customer service, they directed me to
                        Samsung, who in turn told me they couldn't assist and
                        referred me to AT&T. AT&T was also unable to unlock the
                        device, leaving me stuck with a phone I can’t use. To
                        make matters worse, the wrong color phone was sent,
                        adding to the frustration. This entire experience has
                        felt like a deliberate scam, with a listing that is
                        completely false and misleading. I feel cheated and
                        would strongly advise anyone considering this product to
                        stay away.
                      review_star_rating: '1'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R378MAHUORH2FV
                      review_author_id: null
                      review_author: Fis35
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images:
                        - https://m.media-amazon.com/images/I/71-s6F6A-eL.jpg
                        - https://m.media-amazon.com/images/I/617IgfOdVHL.jpg
                      review_video: null
                      review_date: Reviewed in Canada on February 18, 2025
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: ROPA3P576GLOL
                      review_title: Al
                      review_comment: Phone was in very good condition.
                      review_star_rating: '4'
                      review_link: https://www.amazon.com/gp/customer-reviews/ROPA3P576GLOL
                      review_author_id: null
                      review_author: Tracy Liverpool.
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Canada on September 5, 2025
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                    - review_id: R27EPGXOUGCFIU
                      review_title: It’s very good item
                      review_comment: Nice item
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R27EPGXOUGCFIU
                      review_author_id: null
                      review_author: Mohamed
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Canada on December 11, 2025
                      is_verified_purchase: true
                      reviewed_product_asin: B09SM24S8C
                      reviewed_product_variant:
                        Color: Black
                        Size: 32GB
                      is_vine: false
                  delivery: >-
                    FREE delivery Wednesday, March 11 Or Prime members get FREE
                    delivery Tomorrow, March 7. Order within 1 hr 41 mins. Join
                    Prime
                  primary_delivery_time: Wednesday, March 11
                  category:
                    id: aps
                    name: All Departments
                  category_path:
                    - id: '2335752011'
                      name: Cell Phones & Accessories
                      link: >-
                        https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_1?ie=UTF8&node=2335752011
                    - id: '7072561011'
                      name: Cell Phones
                      link: >-
                        https://www.amazon.com/cell-phone-devices/b/ref=dp_bc_2?ie=UTF8&node=7072561011
                  product_variations_dimensions:
                    - color
                    - size
                  product_variations:
                    color:
                      - asin: B09SM24S8C
                        value: Black
                        photo: https://m.media-amazon.com/images/I/41HG0PuuxAL.jpg
                        is_available: true
                      - asin: B09VXCQGNP
                        value: Blue
                        photo: https://m.media-amazon.com/images/I/31-knlOilOL.jpg
                        is_available: true
                  all_product_variations:
                    B09VXCQGNP:
                      color: Blue
                      size: 32GB
                    B09SM24S8C:
                      color: Black
                      size: 32GB
                  has_aplus: true
                  aplus_images:
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/6b17dfd1-ae5c-4e19-9efc-d47d14b93a5f.png
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/66be0fec-27f6-49aa-9990-d6809db4aeef.png
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/de6905c9-69ba-408d-8068-34a057f28367.png
                  has_brandstory: false
                  frequently_bought_together:
                    - product_title: >-
                        This item:  Samsung Galaxy A03s Cell Phone, AT&T GSM
                        Unlocked Android Smartphone, 32GB, Long Lasting Battery,
                        Expandable Storage, 3 Camera Lenses, Infinite Display -
                        Black (Renewed)
                      product_price: $69.99
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/51m45B3Yy+L.jpg
                    - product_title: >-
                        BNIUT for Samsung Galaxy A03s Case: Dual Layer
                        Shockproof Protective Heavy Duty Cell Phone Cover Rugged
                        with Non Slip Textured Back - Military Protection Bumper
                        Tough - 6.5inch (Black Matte)
                      product_price: $7.49
                      product_url: https://www.amazon.com/dp/B09N7NLTQV
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/81q9-RzUvXL.jpg
                    - product_title: >-
                        Supershieldz (2 Pack) Designed for Samsung Galaxy A03s
                        Tempered Glass Screen Protector, Anti Scratch, Bubble
                        Free
                      product_price: $6.99
                      product_url: https://www.amazon.com/dp/B09Q7CQ6S9
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/61z9LwebmOL.jpg
                  landing_asin: B09SM24S8C
                  parent_asin: B0D87GL3J1
                  product_offers:
                    - product_price: $74.44
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: Amazon.com
                      seller: thegadgetdeals
                      seller_id: A20EQ1BQB4Q2FF
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A20EQ1BQB4Q2FF&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_0
                      seller_star_rating: '5'
                      seller_star_rating_info: |-
                        (9543 ratings)
                        97% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Wednesday, March 11
                    - product_price: $69.99
                      product_original_price: $76.44
                      product_condition: Refurbished - Excellent
                      ships_from: Amazon.com
                      seller: BesTechDeal
                      seller_id: A1OFNH7X27CXTU
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1OFNH7X27CXTU&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_1
                      seller_star_rating: '4.5'
                      seller_star_rating_info: |-
                        (593 ratings)
                        91% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: March 23 - April 10
                    - product_price: $71.20
                      product_original_price: $76.44
                      product_condition: Refurbished - Excellent
                      ships_from: A4C Online
                      seller: A4C Online
                      seller_id: A1NI0M2K3LNEWY
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1NI0M2K3LNEWY&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_2
                      seller_star_rating: '3.5'
                      seller_star_rating_info: |-
                        (26406 ratings)
                        57% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Thursday, March 12
                    - product_price: $71.99
                      product_original_price: $76.44
                      product_condition: Refurbished - Excellent
                      ships_from: Mobile Dist
                      seller: Mobile Dist
                      seller_id: A2L5ZNQ7MRVUTW
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A2L5ZNQ7MRVUTW&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_3
                      seller_star_rating: '4'
                      seller_star_rating_info: |-
                        (3785 ratings)
                        81% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Monday, March 9
                    - product_price: $72.65
                      product_original_price: $76.44
                      product_condition: Refurbished - Excellent
                      ships_from: YY Wireless
                      seller: YY Wireless
                      seller_id: A31G8YJZ1LFU8F
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A31G8YJZ1LFU8F&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_4
                      seller_star_rating: '4.5'
                      seller_star_rating_info: |-
                        (14181 ratings)
                        89% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Monday, March 9
                    - product_price: $72.70
                      product_original_price: $76.44
                      product_condition: Refurbished - Excellent
                      ships_from: Amazon.com
                      seller: Stalion ReQuip
                      seller_id: A3JRDLDHLEV86Q
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A3JRDLDHLEV86Q&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_5
                      seller_star_rating: '4.5'
                      seller_star_rating_info: |-
                        (1956 ratings)
                        90% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Thursday, March 12
                    - product_price: $73.99
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: Amazon.com
                      seller: 204WIRELESS
                      seller_id: A2JJ2OH4XSFT70
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A2JJ2OH4XSFT70&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_6
                      seller_star_rating: '4.5'
                      seller_star_rating_info: |-
                        (3 ratings)
                        100% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Wednesday, March 11
                    - product_price: $74.50
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: Amazon.com
                      seller: GadgetDeal
                      seller_id: AZQUDP6ZKZD8S
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=AZQUDP6ZKZD8S&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_7
                      seller_star_rating: '4'
                      seller_star_rating_info: |-
                        (26 ratings)
                        81% positive over lifetime
                      currency: USD
                      delivery_price: FREE
                      delivery_time: Wednesday, March 11
                    - product_price: $76.28
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: GM DEALS
                      seller: GM DEALS
                      seller_id: AWZ5ROU8H8A6M
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=AWZ5ROU8H8A6M&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_8
                      seller_star_rating: '4'
                      seller_star_rating_info: |-
                        (2789 ratings)
                        81% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: March 10 - 12
                    - product_price: $76.28
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: NiziDeals (TE)
                      seller: NiziDeals (TE)
                      seller_id: A1AU4T92PDD75U
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1AU4T92PDD75U&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_9
                      seller_star_rating: '3.5'
                      seller_star_rating_info: |-
                        (808 ratings)
                        67% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: March 11 - 13
                    - product_price: $76.28
                      product_original_price: null
                      product_condition: Refurbished - Excellent
                      ships_from: Learbre Store Inc
                      seller: Learbre Store Inc
                      seller_id: AGGFBHL50PS4D
                      seller_link: >-
                        https://www.amazon.com/gp/aag/main?ie=UTF8&seller=AGGFBHL50PS4D&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_10
                      seller_star_rating: '4'
                      seller_star_rating_info: |-
                        (903 ratings)
                        76% positive over last 12 months
                      currency: USD
                      delivery_price: FREE
                      delivery_time: March 11 - 13
                requestId: 17a913c5-6d36-4ad8-a192-0273a319166c
          headers: {}
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/amazon/product-offers?asin=B09SM24S8C&country=us&product_condition=NEW%2C+USED_LIKE_NEW%2C+USED_VERY_GOOD%2C+USED_GOOD%2C+USED_ACCEPTABLE&limit=100&page=1' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/amazon/product-offers',
                params={"asin": "B09SM24S8C", "country": "us", "product_condition": "NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE", "limit": 100, "page": 1},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"asin": "B09SM24S8C", "country":
            "us", "product_condition": "NEW, USED_LIKE_NEW, USED_VERY_GOOD,
            USED_GOOD, USED_ACCEPTABLE", "limit": 100, "page": 1});


            const response = await
            fetch(`https://api.keyapi.ai/v1/amazon/product-offers?${params}`, {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````