> ## 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.

# Influencer Posts

> Retrieve posts from an Amazon Influencer's storefront, including idea lists, photos, and videos. Supports keyword search, scope filtering, and cursor-based pagination.

<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/influencer-posts.

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/influencer-posts

Description: Influencer Posts

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

Parameters:
- influencer_name (Required): The Amazon Influencer name for which to get posts. Example: tastemade
- 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
- scope (Optional): Return the results in a specific scope.
Allowed values: ALL, IDEA_LISTS, PHOTOS, VIDEOS. Example: ALL
- query (Optional): Find posts matching a search query.
- cursor (Optional): A cursor to get the next set of results, it can be used for for paging purposes. Note: the cursor value for the next set of results is returned by this endpoint under data.cursor.
- limit (Optional): Maximum number of posts to return.. Example: 20
- 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 influencer profile fields to include in the response (field projection). By default all fields are returned.

Example: name,profile_link,posts_count,facebook_url

Example Response:
{
"code": 0,
"message": "success",
"data": {
"name": "tastemade",
"country": "US",
"domain": "www.amazon.com",
"has_next_page": true,
"cursor": "amzn1.vse.video.0dcea58d0f274c788f62a650d6697d94_0_2023-06-22T17:45:09.913Z",
"posts": [
  {
    "post_id": "amzn1.ideas.2H2INLQR7GDF2",
    "post_type": "List",
    "post_title": "Struggle Meals: Budget Kitchen Essentials",
    "post_url": "https://www.amazon.com/shop/tastemade/list/2H2INLQR7GDF2",
    "post_thumbnail": "https://m.media-amazon.com/images/G/01/Influencer/full_bleed_pin_2x.png",
    "is_pinned": true,
    "list_items_count": 15
  },
  {
    "post_id": "amzn1.ideas.1N84PQ3CI4NW0",
    "post_type": "List",
    "post_title": "Decor for Fall Entertaining",
    "post_url": "https://www.amazon.com/shop/tastemade/list/1N84PQ3CI4NW0",
    "post_thumbnail": "https://m.media-amazon.com/images/I/51NuhEgRGNL._AC_._US550_SCLZZZZZZZ_.jpg",
    "is_pinned": false,
    "list_items_count": 12
  },
  {
    "post_id": "amzn1.ideas.JL8PY7JA8E23",
    "post_type": "List",
    "post_title": "Pickling 101 – Shop the Stream!",
    "post_url": "https://www.amazon.com/shop/tastemade/list/JL8PY7JA8E23",
    "post_thumbnail": "https://m.media-amazon.com/images/I/71L8Q2kp5-L._AC_._US550_SCLZZZZZZZ_.jpg",
    "is_pinned": false,
    "list_items_count": 6
  },
  {
    "post_id": "amzn1.vse.video.028792919
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/amazon.openapi.json GET /v1/amazon/influencer-posts
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/influencer-posts:
    get:
      tags: []
      summary: Influencer Posts
      description: >-
        Retrieve posts from an Amazon Influencer's storefront, including idea
        lists, photos, and videos. Supports keyword search, scope filtering, and
        cursor-based pagination.
      parameters:
        - name: influencer_name
          in: query
          description: The Amazon Influencer name for which to get posts
          required: true
          example: tastemade
          schema:
            type: string
        - 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: scope
          in: query
          description: |-
            Return the results in a specific scope.
            Allowed values: ALL, IDEA_LISTS, PHOTOS, VIDEOS
          required: false
          schema:
            type: string
            default: ALL
        - name: query
          in: query
          description: Find posts matching a search query.
          required: false
          schema:
            type: string
        - name: cursor
          in: query
          description: >-
            A cursor to get the next set of results, it can be used for for
            paging purposes. Note: the cursor value for the next set of results
            is returned by this endpoint under data.cursor.
          required: false
          schema:
            type: string
        - name: limit
          in: query
          description: Maximum number of posts to return.
          required: false
          example: 20
          schema:
            type: number
            default: 20
            minimum: 1
            maximum: 20
        - 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 influencer profile fields to include in
            the response (field projection). By default all fields are returned.


            Example: name,profile_link,posts_count,facebook_url
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  name: tastemade
                  country: US
                  domain: www.amazon.com
                  has_next_page: true
                  cursor: >-
                    amzn1.vse.video.0dcea58d0f274c788f62a650d6697d94_0_2023-06-22T17:45:09.913Z
                  posts:
                    - post_id: amzn1.ideas.2H2INLQR7GDF2
                      post_type: List
                      post_title: 'Struggle Meals: Budget Kitchen Essentials'
                      post_url: https://www.amazon.com/shop/tastemade/list/2H2INLQR7GDF2
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/G/01/Influencer/full_bleed_pin_2x.png
                      is_pinned: true
                      list_items_count: 15
                    - post_id: amzn1.ideas.1N84PQ3CI4NW0
                      post_type: List
                      post_title: Decor for Fall Entertaining
                      post_url: https://www.amazon.com/shop/tastemade/list/1N84PQ3CI4NW0
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/51NuhEgRGNL._AC_._US550_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      list_items_count: 12
                    - post_id: amzn1.ideas.JL8PY7JA8E23
                      post_type: List
                      post_title: "Pickling 101 –\_Shop the Stream!"
                      post_url: https://www.amazon.com/shop/tastemade/list/JL8PY7JA8E23
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/71L8Q2kp5-L._AC_._US550_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      list_items_count: 6
                    - post_id: amzn1.vse.video.028792919c1f478aa6494c8c06444c46
                      post_type: Video
                      post_title: Handy Bowl &amp; Colander Set
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/374ceb77-5c5b-4b5b-b5e4-89d916beac0b/embedded.cc.default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/51SO5XEQXqL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '0:25'
                    - post_id: amzn1.vse.video.0abc047576dd47a7b6aaf278cf8eefa0
                      post_type: Video
                      post_title: Amazing Pancake Art
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/84924ec7-1ba5-477a-a3be-7ab162166fef/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/A1ibaRJtgJL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:00'
                    - post_id: amzn1.vse.video.0629d52fcdb148d18c563bc6970d676e
                      post_type: Video
                      post_title: Tiny New Year&#39;s Cake &amp; Martini!
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/a07ae9d4-f084-44a5-aac3-3b4d946367f9/embedded.cc.default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/51F-dWy5EqL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '3:27'
                    - post_id: amzn1.vse.video.0cf1da84295a4fa89ac402a18f7f34d9
                      post_type: Video
                      post_title: Waffle Pops DIY
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/f0a082c7-a817-47be-9940-a1af69057e0d/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/61lTEO-fLTL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:40'
                    - post_id: amzn1.vse.video.0598765e3c514371a18132b50947f3a4
                      post_type: Video
                      post_title: Chinese Steamed Pork Buns
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/e5087244-d629-4032-8612-f14ee97ac6f0/embedded.cc.default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/A1xWoehZlNL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '2:57'
                    - post_id: amzn1.vse.video.0ff0b74c076e48d486e16bd6fd551b59
                      post_type: Video
                      post_title: Pepperoni Pizza Rolls
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/ed240f77-4fa9-4b02-81b2-6e85bfdcfdf6/default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/A1cOweADrVL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:31'
                    - post_id: amzn1.vse.video.0fd28bca985f4ea7bcb89f1a2606d8a6
                      post_type: Video
                      post_title: Slow Cooker Lasagna Soup
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/7511ffb3-d7f3-49a3-870e-89376dd56cb7/default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/81RwVfa0r7L._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:34'
                    - post_id: amzn1.vse.video.0fc3d6a2f4e94a6e8582003bd355956f
                      post_type: Video
                      post_title: 8 More Pie Hacks
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/f12cf419-16c8-413d-9367-1bba88943b3f/default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/91kiRbjwsOL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:07'
                    - post_id: amzn1.vse.video.0fc0bec402454a98967eb01552a6ee6b
                      post_type: Video
                      post_title: Giant Cheese Scone Toasties
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/7ab352e7-5b1a-4c88-b32e-946433290c9a/embedded.cc.default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/B1fLAXYWzDL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:41'
                    - post_id: amzn1.vse.video.0f6c4f1224684f3191f739672a03a3cd
                      post_type: Video
                      post_title: Homemade Chicken Shawarma
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/aae33526-74cb-41bf-979c-e2addfd6fd1f/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/91NZwWvkqrL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '0:53'
                    - post_id: amzn1.vse.video.0f577359749e4732a1928f8fe1639fff
                      post_type: Video
                      post_title: Crinkle Fries 4 Ways
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/5a39e911-2b9e-45c9-aa25-a1ee8e21529b/default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/91eBvUPhKTL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '2:03'
                    - post_id: amzn1.vse.video.0f5025df3d874de584fd7c3330aa8b2c
                      post_type: Video
                      post_title: 'Beer-Battered Baja Fish Tacos '
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/998d8e99-0e0b-4cc8-aeab-fb3daf1bf219/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/817eXhQbr0L._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:33'
                    - post_id: amzn1.vse.video.0e9a3347cd694a0aa5085247f0c9b6f1
                      post_type: Video
                      post_title: Fall Leaf Cookie Sandwiches
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/4d0e57ca-d760-4f8e-a038-fdbc0cc3b848/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/81E0cAuE29L._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:09'
                    - post_id: amzn1.vse.video.0e8a5724c267412281f77b4e9960c866
                      post_type: Video
                      post_title: Buffalo Chicken Biscuit Bombs
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/bd175cb3-f757-4d4e-8b42-0381e04f208b/embedded.cc.default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/81CPUi3-BbL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '0:52'
                    - post_id: amzn1.vse.video.0e11cfb40e4e45a59fa59ce2861b63de
                      post_type: Video
                      post_title: Pick &#39;N&#39; Mix Petits Fours
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/bb2581b4-6543-4cb6-bfb5-6afe635ee32f/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/715s9DDHSVL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '6:59'
                    - post_id: amzn1.vse.video.0dd89f2c105c407eb720355af53d3b90
                      post_type: Video
                      post_title: Mini Mushroom Alfredo Bakes
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/cc51fa3f-5b98-46fb-a2c5-d3f350c9908c/default.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/91sEgc6YWML._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:10'
                    - post_id: amzn1.vse.video.0dcea58d0f274c788f62a650d6697d94
                      post_type: Video
                      post_title: Banana Pudding Pies
                      post_url: >-
                        https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/f7ee9869-7373-45b1-a247-654704945245/embedded.cc.default.vertical.jobtemplate.hls.m3u8
                      post_thumbnail: >-
                        https://m.media-amazon.com/images/I/81GV8NjfczL._AC_._SX500_SCLZZZZZZZ_.jpg
                      is_pinned: false
                      video_duration: '1:39'
                requestId: 39f0f97e-d41a-4601-9405-be930da6fa59
          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/influencer-posts?influencer_name=tastemade&country=us&scope=ALL&limit=20' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/amazon/influencer-posts',
                params={"influencer_name": "tastemade", "country": "us", "scope": "ALL", "limit": 20},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"influencer_name": "tastemade",
            "country": "us", "scope": "ALL", "limit": 20});


            const response = await
            fetch(`https://api.keyapi.ai/v1/amazon/influencer-posts?${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).

````