GET api/AMZKeywords?IsTop10Product={IsTop10Product}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsTop10Product

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of KeywordModel
NameDescriptionTypeAdditional information
KeywordId

integer

None.

Keyword

string

None.

CategoryName

string

None.

ASIN

string

None.

SearchVolume

integer

None.

SearchWeight

integer

None.

Purchase

integer

None.

ProductCount

integer

None.

HistoryList

Collection of KeywordHistoryModelResult

None.

Top10ProductList

Collection of ProductModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "KeywordId": 1,
    "Keyword": "sample string 2",
    "CategoryName": "sample string 3",
    "ASIN": "sample string 4",
    "SearchVolume": 1,
    "SearchWeight": 1,
    "Purchase": 1,
    "ProductCount": 1,
    "HistoryList": [
      {
        "Date": "2025-08-02T22:42:41.9276886+03:00",
        "SearchWeight": 1
      },
      {
        "Date": "2025-08-02T22:42:41.9276886+03:00",
        "SearchWeight": 1
      }
    ],
    "Top10ProductList": [
      {
        "ASIN": "sample string 1",
        "Title": "sample string 2",
        "ImageURL": "sample string 3",
        "Rating": 1.1,
        "Ratings": 1,
        "Price": 1.1,
        "SellerName": "sample string 4",
        "CategoryName": "sample string 5",
        "Brand": "sample string 6",
        "isSuccess": true
      },
      {
        "ASIN": "sample string 1",
        "Title": "sample string 2",
        "ImageURL": "sample string 3",
        "Rating": 1.1,
        "Ratings": 1,
        "Price": 1.1,
        "SellerName": "sample string 4",
        "CategoryName": "sample string 5",
        "Brand": "sample string 6",
        "isSuccess": true
      }
    ]
  },
  {
    "KeywordId": 1,
    "Keyword": "sample string 2",
    "CategoryName": "sample string 3",
    "ASIN": "sample string 4",
    "SearchVolume": 1,
    "SearchWeight": 1,
    "Purchase": 1,
    "ProductCount": 1,
    "HistoryList": [
      {
        "Date": "2025-08-02T22:42:41.9276886+03:00",
        "SearchWeight": 1
      },
      {
        "Date": "2025-08-02T22:42:41.9276886+03:00",
        "SearchWeight": 1
      }
    ],
    "Top10ProductList": [
      {
        "ASIN": "sample string 1",
        "Title": "sample string 2",
        "ImageURL": "sample string 3",
        "Rating": 1.1,
        "Ratings": 1,
        "Price": 1.1,
        "SellerName": "sample string 4",
        "CategoryName": "sample string 5",
        "Brand": "sample string 6",
        "isSuccess": true
      },
      {
        "ASIN": "sample string 1",
        "Title": "sample string 2",
        "ImageURL": "sample string 3",
        "Rating": 1.1,
        "Ratings": 1,
        "Price": 1.1,
        "SellerName": "sample string 4",
        "CategoryName": "sample string 5",
        "Brand": "sample string 6",
        "isSuccess": true
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfAMZKeywordsController.KeywordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Controllers">
  <AMZKeywordsController.KeywordModel>
    <ASIN>sample string 4</ASIN>
    <CategoryName>sample string 3</CategoryName>
    <HistoryList>
      <AMZKeywordsController.KeywordHistoryModelResult>
        <Date>2025-08-02T22:42:41.9276886+03:00</Date>
        <SearchWeight>1</SearchWeight>
      </AMZKeywordsController.KeywordHistoryModelResult>
      <AMZKeywordsController.KeywordHistoryModelResult>
        <Date>2025-08-02T22:42:41.9276886+03:00</Date>
        <SearchWeight>1</SearchWeight>
      </AMZKeywordsController.KeywordHistoryModelResult>
    </HistoryList>
    <Keyword>sample string 2</Keyword>
    <KeywordId>1</KeywordId>
    <ProductCount>1</ProductCount>
    <Purchase>1</Purchase>
    <SearchVolume>1</SearchVolume>
    <SearchWeight>1</SearchWeight>
    <Top10ProductList>
      <AMZKeywordsController.ProductModel>
        <ASIN>sample string 1</ASIN>
        <Brand>sample string 6</Brand>
        <CategoryName>sample string 5</CategoryName>
        <ImageURL>sample string 3</ImageURL>
        <Price>1.1</Price>
        <Rating>1.1</Rating>
        <Ratings>1</Ratings>
        <SellerName>sample string 4</SellerName>
        <Title>sample string 2</Title>
        <isSuccess>true</isSuccess>
      </AMZKeywordsController.ProductModel>
      <AMZKeywordsController.ProductModel>
        <ASIN>sample string 1</ASIN>
        <Brand>sample string 6</Brand>
        <CategoryName>sample string 5</CategoryName>
        <ImageURL>sample string 3</ImageURL>
        <Price>1.1</Price>
        <Rating>1.1</Rating>
        <Ratings>1</Ratings>
        <SellerName>sample string 4</SellerName>
        <Title>sample string 2</Title>
        <isSuccess>true</isSuccess>
      </AMZKeywordsController.ProductModel>
    </Top10ProductList>
  </AMZKeywordsController.KeywordModel>
  <AMZKeywordsController.KeywordModel>
    <ASIN>sample string 4</ASIN>
    <CategoryName>sample string 3</CategoryName>
    <HistoryList>
      <AMZKeywordsController.KeywordHistoryModelResult>
        <Date>2025-08-02T22:42:41.9276886+03:00</Date>
        <SearchWeight>1</SearchWeight>
      </AMZKeywordsController.KeywordHistoryModelResult>
      <AMZKeywordsController.KeywordHistoryModelResult>
        <Date>2025-08-02T22:42:41.9276886+03:00</Date>
        <SearchWeight>1</SearchWeight>
      </AMZKeywordsController.KeywordHistoryModelResult>
    </HistoryList>
    <Keyword>sample string 2</Keyword>
    <KeywordId>1</KeywordId>
    <ProductCount>1</ProductCount>
    <Purchase>1</Purchase>
    <SearchVolume>1</SearchVolume>
    <SearchWeight>1</SearchWeight>
    <Top10ProductList>
      <AMZKeywordsController.ProductModel>
        <ASIN>sample string 1</ASIN>
        <Brand>sample string 6</Brand>
        <CategoryName>sample string 5</CategoryName>
        <ImageURL>sample string 3</ImageURL>
        <Price>1.1</Price>
        <Rating>1.1</Rating>
        <Ratings>1</Ratings>
        <SellerName>sample string 4</SellerName>
        <Title>sample string 2</Title>
        <isSuccess>true</isSuccess>
      </AMZKeywordsController.ProductModel>
      <AMZKeywordsController.ProductModel>
        <ASIN>sample string 1</ASIN>
        <Brand>sample string 6</Brand>
        <CategoryName>sample string 5</CategoryName>
        <ImageURL>sample string 3</ImageURL>
        <Price>1.1</Price>
        <Rating>1.1</Rating>
        <Ratings>1</Ratings>
        <SellerName>sample string 4</SellerName>
        <Title>sample string 2</Title>
        <isSuccess>true</isSuccess>
      </AMZKeywordsController.ProductModel>
    </Top10ProductList>
  </AMZKeywordsController.KeywordModel>
</ArrayOfAMZKeywordsController.KeywordModel>