Category
When making a request with the type parameter set to type=category RedCircle API will return category results from Target.
Category results are retrieved from the category results page on Target.

An example of the JSON object returned from a Category request is shown below:
RedCircle API returns the following properties for Category requests:
Property | Type | Description |
---|---|---|
category_results | array | An array of Category Result objects, containing each of the product results shown on the Category Results page. The Category Result object has the following properties:
Product Object The product object contains details about the product within the category result. The product object has the following properties:
Offers Object The offers object contains details about the product offers. The offers object has the following properties:
Fulfillment Object The fulfillment object contains details about the product delivery and pickup options. The fulfillment object has the following properties:
Seller Object The seller object contains details the seller (populated when fulfillment.type=1p). It has the following properties:
|
related_queries | array | Related Queries Object An array containing details of any related queries shown on the search result page. Each object in the related_queries array contains the following properties:
|
facets | array | Facet Object An array containing details of any available result facets (refinements) shown on the category result page. You can use the facets returned here to refine your query by supplying facet information into the facets request parameter . Each object in the facets array contains the following properties:
|
categories | array | Categories Array An array containing details of the categories (i.e. subcategories) shown on the page. You can use the id of a category to refine your query by supplying facet information into the category_id request parameter . Each object in the categories array contains the following properties:
|
breadcrumbs | array | Breadcrumbs Array An array containing details of the categories shown in the breadcrumbs. Each object in the array contains the following properties:
|
pagination | object | Pagination Object An object containing details of the current results page and the total number of pages that are available. To paginate you should specify the page number in your request's page parameter .
|
Next Steps Category Parameters