Website logo

General search

Allows you to search for listings on Trade Me by category, by keywords or a combination of these two. The result set can be filtered by a variety of properties, including availability of Buy Now, Pay Now, item condition or seller.

Parameters listed below apply to all categories. Additional parameters are available for certain categories (for example, category 3405, digital cameras). Use the return_metadata parameter in combination with the category parameter to retrieve information about the available parameters.

This API is not recommended to search for Residential property as some categories will be excluded unless specified. To search for Residential property use the Residential Search API.

URL: https://api.trademe.co.nz/v1/Search/General.{file_format}
HTTP Method: GET
Requires Authentication? Yes
Permission Required: None
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Query String parameters

buy Enumeration (optional)

Filters listings to only those with Buy Now.

All All
BuyNow BuyNow
category String (optional)

Specifies the category in which you want to perform the search (e.g. 3419 or "0124-3419-" for Electronics & photography > Camera accessories).

clearance Enumeration (optional)

Filter listings by clearance status.

All All
Clearance Clearance
OnSale On sale
condition Enumeration (optional)

Filter listings by condition.

All All
New New
Used Used
date_from DateTime (optional)

Excludes listings starting before this date.

expired Boolean (optional)

Indicates whether the search should be made on expired listings. You cannot search current and expired listings at the same time. Note only authorized consumers can make expired searches.

listed_as Enumeration (optional)

Restricts search to either auctions or classifieds

All All
Auctions Auctions
Classifieds Classifieds
member_listing Integer (optional)

Filters the listings to only those with the given seller.

new_homes Boolean (optional)

new homes only search filter, used by apps. true or false

page Integer (optional)

The page number of the set of results to return, starting from 1. Defaults to 1.

pay Enumeration (optional)

This field is deprecated. Use the payment_types field instead.

All All
PayNow PayNow
Afterpay Afterpay
Ping Ping
payment_types String (optional)

A comma-separated list of payment types. Valid values are "PayNow", "Afterpay".

photo_size Enumeration (optional)

The size of the images to return in the results. Defaults to Thumbnail.

Thumbnail Thumbnail
List List
Medium Medium
Gallery Gallery
Large Large
FullSize FullSize
JobSearchCard JobSearchCard
return_24_hrs_aggregation Boolean (optional)

returns the number of listings which started in the last 24 hours for a given search.

return_collections Boolean (optional)

Indicates whether any search collections should be returned. e.g. store collections

return_did_you_mean Boolean (optional)

if the search string is typed incorrectly return a suggested correction.

return_metadata Boolean (optional)

Indicates whether search parameter metadata should be returned.

return_parameter_counts Enumeration (optional)

Indicates whether parameter counts should be returned.

None None
All All
Location Location
rows Integer (optional)

The number of results per page; also the maximum number of results to return. The maximum is 25 for unauthenticated requests and 500 for authenticated requests. Defaults to 25 (unauthenticated) or 50 (authenticated).

search_string String (optional)

One or more keywords to use in a search query.

seller_status Enumeration (optional)

Filter listings by in trade status.

All All
InTrade In trade
Casual Casual
shipping_method Enumeration (optional)

Filters listings to those that have free shipping or those that allow pick ups.

All All
Free Free shipping
Pickup Pickup available
sort_order Enumeration (optional)

Sorts the returned results using the specified sort order.

Default
FeaturedFirst feature_first
SuperGridFeaturedFirst sg_feature_first
TitleAsc title_asc
ExpiryAsc expiry_asc
ExpiryDesc expiry_desc
PriceAsc price_asc
PriceDesc price_desc
BidsMost bids_asc
BuyNowAsc buynow_asc
BuyNowDesc buynow_desc
ReviewsDesc reviews_desc
MotorsExpiryAsc mtr_expiry_asc
MotorsLatestListings mtr_ltst_lstngs
MotorsTitleAsc mtr_title_asc
HighestSalary 144_desc
LowestSalary 144_asc
MotorsLowestKilometres mtr_13_asc
MotorsHighestKilometres mtr_13_desc
MotorsNewestVehicle mtr_24_desc
MotorsOldestVehicle mtr_24_asc
BestMatch jobs_best_match
JobsRerank jobs_rerank
JobsRerankFeaturePagination jobs_rerank_feature_pagination
LargestDiscount percent_off_desc
PropertyPackage property_package
PropertyFeature property_feature
EarliestOpenHome open_homes_next
user_district Integer (optional)

Restricts search results to items from sellers located in the district with the given ID. Note that there are multiple district lists, this parameter accepts a membership district ID. Searching within multiple districts is supported, separate each district ID with a comma.

user_region Integer (optional)

Restricts search results to items from sellers located in the region with the given ID. Note that there are multiple region lists, this parameter accepts a membership region ID.

Returns

<SearchResults>

The search results.

TotalCount Integer TotalCount
TotalCountTruncated Boolean TotalCountTruncated
Page Integer Page
PageSize Integer PageSize
List Collection of <Listing> or null InnerList
ListingId Integer ListingId
Title String or null Title
Category String or null Category
StartPrice Number StartPrice
BuyNowPrice Number BuyNowPrice
StartDate DateTime StartDate
EndDate DateTime EndDate
IsFeatured Boolean IsFeatured
HasGallery Boolean HasGallery
IsBold Boolean IsBold
IsHighlighted Boolean IsHighlighted
HasHomePageFeature Boolean HasHomePageFeature
MaxBidAmount Number MaxBidAmount
AsAt DateTime AsAt
CategoryPath String or null CategoryPath
PictureHref String or null PictureHref
HasPayNow Boolean HasPayNow
IsNew Boolean IsNew
RegionId Integer RegionId

This field cannot cope with the two main geographical classification systems. Except for the property search API, it should not be used.

Region String or null Region
SuburbId Integer SuburbId
Suburb String or null Suburb
PickupLocality <PickupLocality> or null PickupLocality
Suburb String or null Suburb
District String or null District
Region String or null Region
BidCount Integer BidCount
IsReserveMet Boolean IsReserveMet
HasReserve Boolean HasReserve
HasBuyNow Boolean HasBuyNow
NoteDate DateTime NoteDate
ReserveState Enumeration ReserveState
None 0 None
Met 1 Met
NotMet 2 NotMet
NotApplicable 3 NotApplicable
Attributes Collection of <Attribute> or null Attributes
Name String or null Name
DisplayName String or null DisplayName
Value String or null Value
DisplayValue String or null DisplayValue
IsClassified Boolean IsClassified
OpenHomes Collection of <OpenHome> or null OpenHomes
Start DateTime Start
End DateTime End
Subtitle String or null Subtitle
IsBuyNowOnly Boolean IsBuyNowOnly
RemainingGalleryPlusRelists Integer or null RemainingGalleryPlusRelists
IsOnWatchList Boolean IsOnWatchList
GeographicLocation <GeographicLocation> or null GeographicLocation
Latitude Number Latitude
Longitude Number Longitude
Northing Integer Northing
Easting Integer Easting
Accuracy Enumeration Accuracy
None 0 None
Address 1 Address
Street 3 Street
Suburb 2 Suburb
AdminPinpoint 4 AdminPinpoint
PriceDisplay String or null PriceDisplay
TotalReviewCount Integer TotalReviewCount
PositiveReviewCount Integer PositiveReviewCount
HasFreeShipping Boolean HasFreeShipping
IsClearance Boolean IsClearance
WasPrice Number or null WasPrice
PercentageOff Integer or null PercentageOff
Branding <Branding> or null Branding
LargeSquareLogo String or null LargeSquareLogo
LargeWideLogo String or null LargeWideLogo
BackgroundColor String or null BackgroundColor
TextColor String or null TextColor
StrokeColor String or null StrokeColor
DisableBanner Boolean DisableBanner
OfficeLocation String or null OfficeLocation
LargeBannerURL String or null LargeBannerURL
IsSuperFeatured Boolean IsSuperFeatured
ShortDescription String or null ShortDescription
PhotoUrls Collection of String or null PhotoUrls
PromotionId Integer or null PromotionId
HasEmbeddedVideo Boolean HasEmbeddedVideo
VariantDefinitionSummary <VariantDefinitionSummary> or null VariantDefinitionSummary
PriceLow Number or null PriceLow
PriceHigh Number or null PriceHigh
Price Number or null Price
HasPriceRange Boolean HasPriceRange
DiscountPercentLow Integer or null DiscountPercentLow
DiscountPercentHigh Integer or null DiscountPercentHigh
DiscountPercent Integer or null DiscountPercent
HasDiscountPercentRange Boolean HasDiscountPercentRange
AllDiscounted Boolean AllDiscounted
AllOnClearance Boolean AllOnClearance
AdditionalData <AdditionalData> or null AdditionalData
BulletPoints Collection of String or null BulletPoints
Tags Collection of <Tag> or null Tags
Name String or null Name
ListingExtras Collection of String or null ListingExtras
IsLoyaltyEligible Boolean IsLoyaltyEligible
HasPing Boolean HasPing
StoreBrandLogoUrl String or null StoreBrandLogoUrl
WhyPayPrice Number or null WhyPayPrice
Has3DTour Boolean Has3DTour
ShippingDetails <ShippingDetails> or null ShippingDetails
ShippingTemplateId Integer or null ShippingTemplateId
SuggestedShipping <SuggestedShipping> or null SuggestedShipping
Price Number or null Price
Destination String or null Destination
DeliveryTime <ShippingDeliveryTime> or null DeliveryTime
MinValue String or null MinValue
MaxValue String or null MaxValue
IsRural Boolean or null IsRural
PriceType Enumeration or null PriceType
AskingPrice 0 AskingPrice
PriceOnApplication 1 PriceOnApplication
ExcludingGST 2 ExcludingGST
HasSpecialOffer Boolean HasSpecialOffer
NewCarInformation <NewCarInformation> or null NewCarInformation
Availability Enumeration Availability
InTransit 2 In Transit
AvailableToOrder 3 Available to order
Condition Enumeration Condition
BrandNew 1 BrandNew
ExDemo 2 ExDemo
CertifiedPreOwned 4 CertifiedPreOwned
CertifiedPreOwned <CertifiedPreOwnedProgramme> or null CertifiedPreOwned
LogoUrl String or null LogoUrl
DarkModeLogoUrl String or null DarkModeLogoUrl
MemberDateJoined DateTime or null MemberDateJoined
LastServiceReview <LastServiceReview> or null LastServiceReview
ServiceReviewerNickname String or null ServiceReviewerNickname
ServiceReviewText String or null ServiceReviewText
ServiceReviewDateEntered DateTime or null ServiceReviewDateEntered
Sponsored <SponsoredListingsDetails> or null Sponsored
TopSortProductId String or null TopSortProductId
TopSortResolveBidId String or null TopSortResolveBidId
TopSortUniqueId String or null TopSortUniqueId
MotorsExternalMediaOverview <MotorsExternalMediaOverview> or null MotorsExternalMediaOverview
HasInstavid360Spinner Boolean HasInstavid360Spinner
ListingPlatform Enumeration ListingPlatform
Unset 0 Unset
TradeMe 1 TradeMe
Koru 2 Koru
AllowsPickups Enumeration AllowsPickups
None 0 None
Allow 1 Allow
Demand 2 Demand
Forbid 3 Forbid
SearchResultAttributes Collection of <SearchResultAttribute> or null SearchResultAttributes
Id Enumeration Id
Odometer 1 Odometer
FuelType 2 Fuel Type
Location 3 Location
Transmission 4 Transmission
EngineSize 5 Engine Size
GrossVehicleMass 6 GVM
DinghyType 7 Dinghy Type
Length 8 Length
EngineHours 9 Engine Hours
EngineDetails 10 Engine Details
Berths 11 Berths
SelfContained 12 Self Contained
CaravanLength 13 Caravan Length
MotorhomeLength 14 Motorhome Length
HullType 15 Hull Type
MotorBikeType 16 Motorbike Type
DisplayValue String or null DisplayValue
Name String or null Name
DidYouMean String or null DidYouMean
FoundCategories Collection of <FoundCategory> or null FoundCategories
Count Integer Count
Category String or null Category
Name String or null Name
IsRestricted Boolean IsRestricted
CategoryId Integer CategoryId
IsLeaf Boolean IsLeaf
FavouriteId Integer or null FavouriteId
FavouriteType Enumeration FavouriteType
None 0 None
Category 1 Category
Search 3 Search
AttributeSearch 4 AttributeSearch
Seller 6 Seller
Parameters Collection of <SearchParameter> or null Parameters
DisplayName String or null DisplayName
Name String or null Name
LowerBoundName String or null LowerBoundName
UpperBoundName String or null UpperBoundName
Type Enumeration Type
Boolean 0 Boolean
Numeric 1 Numeric
String 2 String
PropertyRegionId 3 PropertyRegionId
PropertyDistrictId 4 PropertyDistrictId
PropertySuburbId 5 PropertySuburbId
Location 6 Location
AllowsMultipleValues Boolean AllowsMultipleValues
MutualExclusionGroup String or null MutualExclusionGroup
DependentOn String or null DependentOn
ExternalOptionsKey String or null ExternalOptionsKey
DisplayValue String or null DisplayValue
Options Collection of <AttributeOption> or null Options
Value String or null Value
Display String or null Display
Count Integer or null Count
DependentParameter <SearchParameter> or null DependentParameter
(This type has already been defined)
DisplaySuggested Boolean DisplaySuggested
DisplayNew Boolean DisplayNew
SortOrders Collection of <AttributeOption> or null SortOrders
(This type has already been defined)
MemberProfile <MemberProfile> or null MemberProfile
FirstName String or null FirstName
Occupation String or null Occupation
Biography String or null Biography
Quote String or null Quote
Photo String or null Photo
IsEnabled Boolean IsEnabled
DateRemoved DateTime DateRemoved
Member <Member> or null Member
MemberId Integer MemberId
Nickname String or null Nickname
DateAddressVerified DateTime DateAddressVerified
DateJoined DateTime DateJoined
UniqueNegative Integer UniqueNegative
UniquePositive Integer UniquePositive
FeedbackCount Integer FeedbackCount
IsAddressVerified Boolean IsAddressVerified
Suburb String or null Suburb
IsDealer Boolean IsDealer
IsAuthenticated Boolean IsAuthenticated
IsInTrade Boolean IsInTrade
ImportChargesMayApply Boolean ImportChargesMayApply
Profile <SimpleMemberProfile> or null Profile
Occupation String or null Occupation
Biography String or null Biography
Quote String or null Quote
Photo String or null Photo
IsTopSeller Boolean IsTopSeller
IsRentiUser Boolean IsRentiUser
FavouriteId Integer FavouriteId
Store <Store> or null Store
Name String or null Name
MemberId Integer MemberId
LogoImageUri String or null LogoImageUri
BannerImageUri String or null BannerImageUri
Promotions Collection of <StorePromotion> or null Promotions
ImageUri String or null ImageUri
Uri String or null Uri
AltText String or null AltText
ShortDescription String or null ShortDescription
LargeBannerImage <LargeBannerImage> or null LargeBannerImage
Small String or null Small
Medium String or null Medium
Large String or null Large
XLarge String or null XLarge
StorePath String or null StorePath
SaleCount Integer SaleCount
Location String or null Location
PhoneNumber String or null PhoneNumber
Website String or null Website
Email String or null Email
Member <Member> or null Member
(This type has already been defined)
Pages Collection of <StorePage> or null Pages
Heading String or null Heading
Text String or null Text
Tier Enumeration Tier
NotAStore 0 NotAStore
Basic 1 Basic
Premium 2 Premium
IsPropertyAgent Boolean IsPropertyAgent
SuperFeatures Collection of <Listing> or null SuperFeatures
ListingId Integer ListingId
Title String or null Title
Category String or null Category
StartPrice Number StartPrice
BuyNowPrice Number BuyNowPrice
StartDate DateTime StartDate
EndDate DateTime EndDate
IsFeatured Boolean IsFeatured
HasGallery Boolean HasGallery
IsBold Boolean IsBold
IsHighlighted Boolean IsHighlighted
HasHomePageFeature Boolean HasHomePageFeature
MaxBidAmount Number MaxBidAmount
AsAt DateTime AsAt
CategoryPath String or null CategoryPath
PictureHref String or null PictureHref
HasPayNow Boolean HasPayNow
IsNew Boolean IsNew
RegionId Integer RegionId

This field cannot cope with the two main geographical classification systems. Except for the property search API, it should not be used.

Region String or null Region
SuburbId Integer SuburbId
Suburb String or null Suburb
PickupLocality <PickupLocality> or null PickupLocality
Suburb String or null Suburb
District String or null District
Region String or null Region
BidCount Integer BidCount
IsReserveMet Boolean IsReserveMet
HasReserve Boolean HasReserve
HasBuyNow Boolean HasBuyNow
NoteDate DateTime NoteDate
ReserveState Enumeration ReserveState
None 0 None
Met 1 Met
NotMet 2 NotMet
NotApplicable 3 NotApplicable
Attributes Collection of <Attribute> or null Attributes
Name String or null Name
DisplayName String or null DisplayName
Value String or null Value
DisplayValue String or null DisplayValue
IsClassified Boolean IsClassified
OpenHomes Collection of <OpenHome> or null OpenHomes
Start DateTime Start
End DateTime End
Subtitle String or null Subtitle
IsBuyNowOnly Boolean IsBuyNowOnly
RemainingGalleryPlusRelists Integer or null RemainingGalleryPlusRelists
IsOnWatchList Boolean IsOnWatchList
GeographicLocation <GeographicLocation> or null GeographicLocation
Latitude Number Latitude
Longitude Number Longitude
Northing Integer Northing
Easting Integer Easting
Accuracy Enumeration Accuracy
None 0 None
Address 1 Address
Street 3 Street
Suburb 2 Suburb
AdminPinpoint 4 AdminPinpoint
PriceDisplay String or null PriceDisplay
TotalReviewCount Integer TotalReviewCount
PositiveReviewCount Integer PositiveReviewCount
HasFreeShipping Boolean HasFreeShipping
IsClearance Boolean IsClearance
WasPrice Number or null WasPrice
PercentageOff Integer or null PercentageOff
Branding <Branding> or null Branding
LargeSquareLogo String or null LargeSquareLogo
LargeWideLogo String or null LargeWideLogo
BackgroundColor String or null BackgroundColor
TextColor String or null TextColor
StrokeColor String or null StrokeColor
DisableBanner Boolean DisableBanner
OfficeLocation String or null OfficeLocation
LargeBannerURL String or null LargeBannerURL
IsSuperFeatured Boolean IsSuperFeatured
ShortDescription String or null ShortDescription
PhotoUrls Collection of String or null PhotoUrls
PromotionId Integer or null PromotionId
HasEmbeddedVideo Boolean HasEmbeddedVideo
VariantDefinitionSummary <VariantDefinitionSummary> or null VariantDefinitionSummary
PriceLow Number or null PriceLow
PriceHigh Number or null PriceHigh
Price Number or null Price
HasPriceRange Boolean HasPriceRange
DiscountPercentLow Integer or null DiscountPercentLow
DiscountPercentHigh Integer or null DiscountPercentHigh
DiscountPercent Integer or null DiscountPercent
HasDiscountPercentRange Boolean HasDiscountPercentRange
AllDiscounted Boolean AllDiscounted
AllOnClearance Boolean AllOnClearance
AdditionalData <AdditionalData> or null AdditionalData
BulletPoints Collection of String or null BulletPoints
Tags Collection of <Tag> or null Tags
Name String or null Name
ListingExtras Collection of String or null ListingExtras
IsLoyaltyEligible Boolean IsLoyaltyEligible
HasPing Boolean HasPing
StoreBrandLogoUrl String or null StoreBrandLogoUrl
WhyPayPrice Number or null WhyPayPrice
Has3DTour Boolean Has3DTour
ShippingDetails <ShippingDetails> or null ShippingDetails
ShippingTemplateId Integer or null ShippingTemplateId
SuggestedShipping <SuggestedShipping> or null SuggestedShipping
Price Number or null Price
Destination String or null Destination
DeliveryTime <ShippingDeliveryTime> or null DeliveryTime
MinValue String or null MinValue
MaxValue String or null MaxValue
IsRural Boolean or null IsRural
PriceType Enumeration or null PriceType
AskingPrice 0 AskingPrice
PriceOnApplication 1 PriceOnApplication
ExcludingGST 2 ExcludingGST
HasSpecialOffer Boolean HasSpecialOffer
NewCarInformation <NewCarInformation> or null NewCarInformation
Availability Enumeration Availability
InTransit 2 In Transit
AvailableToOrder 3 Available to order
Condition Enumeration Condition
BrandNew 1 BrandNew
ExDemo 2 ExDemo
CertifiedPreOwned 4 CertifiedPreOwned
CertifiedPreOwned <CertifiedPreOwnedProgramme> or null CertifiedPreOwned
LogoUrl String or null LogoUrl
DarkModeLogoUrl String or null DarkModeLogoUrl
MemberDateJoined DateTime or null MemberDateJoined
LastServiceReview <LastServiceReview> or null LastServiceReview
ServiceReviewerNickname String or null ServiceReviewerNickname
ServiceReviewText String or null ServiceReviewText
ServiceReviewDateEntered DateTime or null ServiceReviewDateEntered
Sponsored <SponsoredListingsDetails> or null Sponsored
TopSortProductId String or null TopSortProductId
TopSortResolveBidId String or null TopSortResolveBidId
TopSortUniqueId String or null TopSortUniqueId
MotorsExternalMediaOverview <MotorsExternalMediaOverview> or null MotorsExternalMediaOverview
HasInstavid360Spinner Boolean HasInstavid360Spinner
ListingPlatform Enumeration ListingPlatform
Unset 0 Unset
TradeMe 1 TradeMe
Koru 2 Koru
AllowsPickups Enumeration AllowsPickups
None 0 None
Allow 1 Allow
Demand 2 Demand
Forbid 3 Forbid
SearchResultAttributes Collection of <SearchResultAttribute> or null SearchResultAttributes
Id Enumeration Id
Odometer 1 Odometer
FuelType 2 Fuel Type
Location 3 Location
Transmission 4 Transmission
EngineSize 5 Engine Size
GrossVehicleMass 6 GVM
DinghyType 7 Dinghy Type
Length 8 Length
EngineHours 9 Engine Hours
EngineDetails 10 Engine Details
Berths 11 Berths
SelfContained 12 Self Contained
CaravanLength 13 Caravan Length
MotorhomeLength 14 Motorhome Length
HullType 15 Hull Type
MotorBikeType 16 Motorbike Type
DisplayValue String or null DisplayValue
Name String or null Name
SearchQueryId String or null SearchQueryId
AutoCategoryJump Boolean AutoCategoryJump
FavouriteFrequency Integer FavouriteFrequency
FavouritePushFrequency Enumeration FavouritePushFrequency
None 0 None
Instant 1 Instant
SeoDrivenRedirectionData <SeoDrivenRedirectionData> or null SeoDrivenRedirectionData
UrlInfo <SeoDrivenUrl> or null UrlInfo
Robots String or null Robots
SeoDrivenCanonicalUrl String or null SeoDrivenCanonicalUrl
Href String or null Href
QueryParamsCollection Collection of <SeoDrivenQueryParams> or null QueryParamsCollection
Key String or null Key
Value String or null Value
HttpStatusCode String or null HttpStatusCode
HasBeenMigrated Boolean HasBeenMigrated
BusinessLine Enumeration BusinessLine
NotSpecified 0 NotSpecified
All 0 All
Marketplace 1 Marketplace
Property 2 Property
Motors 3 Motors
Jobs 4 Jobs
Services 5 Services
AggregateCounts Collection of <AggregateCount> or null AggregateCounts

Examples

Retrieve listings in the Clothing > Menswear > Jackets category:
https://api.trademe.co.nz/v1/Search/General.xml?category=3720

Retrieve listings in the Clothing > Menswear > Jackets category (page 2):
https://api.trademe.co.nz/v1/Search/General.xml?category=3720&page=2

Retrieve listings with the keyword "iphone":
https://api.trademe.co.nz/v1/Search/General.xml?search_string=iphone

Retrieve listings with the keyword "cat" where the seller is located in Auckland:
https://api.trademe.co.nz/v1/Search/General.xml?search_string=cat&user_region=2

Retrieve metadata for the Computers > Desktops > LCD monitor category:
https://api.trademe.co.nz/v1/Search/General.xml?category=4716&return_metadata=true

Retrieve listings in the Computers > Desktops > LCD monitor category that have at least 8GB of RAM:
https://api.trademe.co.nz/v1/Search/General.xml?category=6911&memory_min=8000

Retrieve listings for Glassons:
https://api.trademe.co.nz/v1/Search/General.xml?member_listing=4182120

Example XML Response (switch to JSON)

<SearchResults xmlns="http://api.trademe.co.nz/v1">
  <TotalCount>123</TotalCount>
  <TotalCountTruncated>false</TotalCountTruncated>
  <Page>123</Page>
  <PageSize>123</PageSize>
  <List>
    <Listing>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <HasPayNow>false</HasPayNow>
      <IsNew>false</IsNew>
      <RegionId>123</RegionId>
      <Region>ABC</Region>
      <SuburbId>123</SuburbId>
      <Suburb>ABC</Suburb>
      <PickupLocality>
        <Suburb>ABC</Suburb>
        <District>ABC</District>
        <Region>ABC</Region>
      </PickupLocality>
      <BidCount>123</BidCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <OpenHomes>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
      </OpenHomes>
      <Subtitle>ABC</Subtitle>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <IsOnWatchList>false</IsOnWatchList>
      <GeographicLocation>
        <Latitude>123.0</Latitude>
        <Longitude>123.0</Longitude>
        <Northing>123</Northing>
        <Easting>123</Easting>
        <Accuracy>None</Accuracy>
      </GeographicLocation>
      <PriceDisplay>ABC</PriceDisplay>
      <TotalReviewCount>123</TotalReviewCount>
      <PositiveReviewCount>123</PositiveReviewCount>
      <HasFreeShipping>false</HasFreeShipping>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Branding>
        <LargeSquareLogo>ABC</LargeSquareLogo>
        <LargeWideLogo>ABC</LargeWideLogo>
        <BackgroundColor>ABC</BackgroundColor>
        <TextColor>ABC</TextColor>
        <StrokeColor>ABC</StrokeColor>
        <DisableBanner>false</DisableBanner>
        <OfficeLocation>ABC</OfficeLocation>
        <LargeBannerURL>ABC</LargeBannerURL>
      </Branding>
      <IsSuperFeatured>false</IsSuperFeatured>
      <ShortDescription>ABC</ShortDescription>
      <PhotoUrls>
        <PhotoUrl>ABC</PhotoUrl>
        <PhotoUrl>ABC</PhotoUrl>
      </PhotoUrls>
      <PromotionId>123</PromotionId>
      <HasEmbeddedVideo>false</HasEmbeddedVideo>
      <VariantDefinitionSummary>
        <PriceLow>123.0</PriceLow>
        <PriceHigh>123.0</PriceHigh>
        <Price>123.0</Price>
        <HasPriceRange>false</HasPriceRange>
        <DiscountPercentLow>123</DiscountPercentLow>
        <DiscountPercentHigh>123</DiscountPercentHigh>
        <DiscountPercent>123</DiscountPercent>
        <HasDiscountPercentRange>false</HasDiscountPercentRange>
        <AllDiscounted>false</AllDiscounted>
        <AllOnClearance>false</AllOnClearance>
      </VariantDefinitionSummary>
      <AdditionalData>
        <BulletPoints>
          <BulletPoint>ABC</BulletPoint>
          <BulletPoint>ABC</BulletPoint>
        </BulletPoints>
        <Tags>
          <Tag>
            <Name>ABC</Name>
          </Tag>
          <Tag>
            <Name>ABC</Name>
          </Tag>
        </Tags>
      </AdditionalData>
      <ListingExtras>
        <ListingExtra>ABC</ListingExtra>
        <ListingExtra>ABC</ListingExtra>
      </ListingExtras>
      <IsLoyaltyEligible>false</IsLoyaltyEligible>
      <HasPing>false</HasPing>
      <StoreBrandLogoUrl>ABC</StoreBrandLogoUrl>
      <WhyPayPrice>123.0</WhyPayPrice>
      <Has3DTour>false</Has3DTour>
      <ShippingDetails>
        <ShippingTemplateId>123</ShippingTemplateId>
        <SuggestedShipping>
          <Price>123.0</Price>
          <Destination>ABC</Destination>
          <DeliveryTime>
            <MinValue>ABC</MinValue>
            <MaxValue>ABC</MaxValue>
          </DeliveryTime>
          <IsRural>false</IsRural>
        </SuggestedShipping>
      </ShippingDetails>
      <PriceType>AskingPrice</PriceType>
      <HasSpecialOffer>false</HasSpecialOffer>
      <NewCarInformation>
        <Availability>InTransit</Availability>
        <Condition>BrandNew</Condition>
        <CertifiedPreOwned>
          <LogoUrl>ABC</LogoUrl>
          <DarkModeLogoUrl>ABC</DarkModeLogoUrl>
        </CertifiedPreOwned>
      </NewCarInformation>
      <MemberDateJoined>2018-01-01T00:00:00Z</MemberDateJoined>
      <LastServiceReview>
        <ServiceReviewerNickname>ABC</ServiceReviewerNickname>
        <ServiceReviewText>ABC</ServiceReviewText>
        <ServiceReviewDateEntered>2018-01-01T00:00:00Z</ServiceReviewDateEntered>
      </LastServiceReview>
      <Sponsored>
        <TopSortProductId>ABC</TopSortProductId>
        <TopSortResolveBidId>ABC</TopSortResolveBidId>
        <TopSortUniqueId>ABC</TopSortUniqueId>
      </Sponsored>
      <MotorsExternalMediaOverview>
        <HasInstavid360Spinner>false</HasInstavid360Spinner>
      </MotorsExternalMediaOverview>
      <ListingPlatform>Unset</ListingPlatform>
      <AllowsPickups>None</AllowsPickups>
      <SearchResultAttributes>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
      </SearchResultAttributes>
    </Listing>
    <Listing>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <HasPayNow>false</HasPayNow>
      <IsNew>false</IsNew>
      <RegionId>123</RegionId>
      <Region>ABC</Region>
      <SuburbId>123</SuburbId>
      <Suburb>ABC</Suburb>
      <PickupLocality>
        <Suburb>ABC</Suburb>
        <District>ABC</District>
        <Region>ABC</Region>
      </PickupLocality>
      <BidCount>123</BidCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <OpenHomes>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
      </OpenHomes>
      <Subtitle>ABC</Subtitle>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <IsOnWatchList>false</IsOnWatchList>
      <GeographicLocation>
        <Latitude>123.0</Latitude>
        <Longitude>123.0</Longitude>
        <Northing>123</Northing>
        <Easting>123</Easting>
        <Accuracy>None</Accuracy>
      </GeographicLocation>
      <PriceDisplay>ABC</PriceDisplay>
      <TotalReviewCount>123</TotalReviewCount>
      <PositiveReviewCount>123</PositiveReviewCount>
      <HasFreeShipping>false</HasFreeShipping>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Branding>
        <LargeSquareLogo>ABC</LargeSquareLogo>
        <LargeWideLogo>ABC</LargeWideLogo>
        <BackgroundColor>ABC</BackgroundColor>
        <TextColor>ABC</TextColor>
        <StrokeColor>ABC</StrokeColor>
        <DisableBanner>false</DisableBanner>
        <OfficeLocation>ABC</OfficeLocation>
        <LargeBannerURL>ABC</LargeBannerURL>
      </Branding>
      <IsSuperFeatured>false</IsSuperFeatured>
      <ShortDescription>ABC</ShortDescription>
      <PhotoUrls>
        <PhotoUrl>ABC</PhotoUrl>
        <PhotoUrl>ABC</PhotoUrl>
      </PhotoUrls>
      <PromotionId>123</PromotionId>
      <HasEmbeddedVideo>false</HasEmbeddedVideo>
      <VariantDefinitionSummary>
        <PriceLow>123.0</PriceLow>
        <PriceHigh>123.0</PriceHigh>
        <Price>123.0</Price>
        <HasPriceRange>false</HasPriceRange>
        <DiscountPercentLow>123</DiscountPercentLow>
        <DiscountPercentHigh>123</DiscountPercentHigh>
        <DiscountPercent>123</DiscountPercent>
        <HasDiscountPercentRange>false</HasDiscountPercentRange>
        <AllDiscounted>false</AllDiscounted>
        <AllOnClearance>false</AllOnClearance>
      </VariantDefinitionSummary>
      <AdditionalData>
        <BulletPoints>
          <BulletPoint>ABC</BulletPoint>
          <BulletPoint>ABC</BulletPoint>
        </BulletPoints>
        <Tags>
          <Tag>
            <Name>ABC</Name>
          </Tag>
          <Tag>
            <Name>ABC</Name>
          </Tag>
        </Tags>
      </AdditionalData>
      <ListingExtras>
        <ListingExtra>ABC</ListingExtra>
        <ListingExtra>ABC</ListingExtra>
      </ListingExtras>
      <IsLoyaltyEligible>false</IsLoyaltyEligible>
      <HasPing>false</HasPing>
      <StoreBrandLogoUrl>ABC</StoreBrandLogoUrl>
      <WhyPayPrice>123.0</WhyPayPrice>
      <Has3DTour>false</Has3DTour>
      <ShippingDetails>
        <ShippingTemplateId>123</ShippingTemplateId>
        <SuggestedShipping>
          <Price>123.0</Price>
          <Destination>ABC</Destination>
          <DeliveryTime>
            <MinValue>ABC</MinValue>
            <MaxValue>ABC</MaxValue>
          </DeliveryTime>
          <IsRural>false</IsRural>
        </SuggestedShipping>
      </ShippingDetails>
      <PriceType>AskingPrice</PriceType>
      <HasSpecialOffer>false</HasSpecialOffer>
      <NewCarInformation>
        <Availability>InTransit</Availability>
        <Condition>BrandNew</Condition>
        <CertifiedPreOwned>
          <LogoUrl>ABC</LogoUrl>
          <DarkModeLogoUrl>ABC</DarkModeLogoUrl>
        </CertifiedPreOwned>
      </NewCarInformation>
      <MemberDateJoined>2018-01-01T00:00:00Z</MemberDateJoined>
      <LastServiceReview>
        <ServiceReviewerNickname>ABC</ServiceReviewerNickname>
        <ServiceReviewText>ABC</ServiceReviewText>
        <ServiceReviewDateEntered>2018-01-01T00:00:00Z</ServiceReviewDateEntered>
      </LastServiceReview>
      <Sponsored>
        <TopSortProductId>ABC</TopSortProductId>
        <TopSortResolveBidId>ABC</TopSortResolveBidId>
        <TopSortUniqueId>ABC</TopSortUniqueId>
      </Sponsored>
      <MotorsExternalMediaOverview>
        <HasInstavid360Spinner>false</HasInstavid360Spinner>
      </MotorsExternalMediaOverview>
      <ListingPlatform>Unset</ListingPlatform>
      <AllowsPickups>None</AllowsPickups>
      <SearchResultAttributes>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
      </SearchResultAttributes>
    </Listing>
  </List>
  <DidYouMean>ABC</DidYouMean>
  <FoundCategories>
    <FoundCategory>
      <Count>123</Count>
      <Category>ABC</Category>
      <Name>ABC</Name>
      <IsRestricted>false</IsRestricted>
      <CategoryId>123</CategoryId>
      <IsLeaf>false</IsLeaf>
    </FoundCategory>
    <FoundCategory>
      <Count>123</Count>
      <Category>ABC</Category>
      <Name>ABC</Name>
      <IsRestricted>false</IsRestricted>
      <CategoryId>123</CategoryId>
      <IsLeaf>false</IsLeaf>
    </FoundCategory>
  </FoundCategories>
  <FavouriteId>123</FavouriteId>
  <FavouriteType>None</FavouriteType>
  <Parameters>
    <SearchParameter>
      <DisplayName>ABC</DisplayName>
      <Name>ABC</Name>
      <LowerBoundName>ABC</LowerBoundName>
      <UpperBoundName>ABC</UpperBoundName>
      <Type>Boolean</Type>
      <AllowsMultipleValues>false</AllowsMultipleValues>
      <MutualExclusionGroup>ABC</MutualExclusionGroup>
      <DependentOn>ABC</DependentOn>
      <ExternalOptionsKey>ABC</ExternalOptionsKey>
      <DisplayValue>ABC</DisplayValue>
      <Options>
        <AttributeOption>
          <Value>ABC</Value>
          <Display>ABC</Display>
          <Count>123</Count>
        </AttributeOption>
        <AttributeOption>
          <Value>ABC</Value>
          <Display>ABC</Display>
          <Count>123</Count>
        </AttributeOption>
      </Options>
      <DependentParameter />
      <DisplaySuggested>false</DisplaySuggested>
      <DisplayNew>false</DisplayNew>
    </SearchParameter>
    <SearchParameter>
      <DisplayName>ABC</DisplayName>
      <Name>ABC</Name>
      <LowerBoundName>ABC</LowerBoundName>
      <UpperBoundName>ABC</UpperBoundName>
      <Type>Boolean</Type>
      <AllowsMultipleValues>false</AllowsMultipleValues>
      <MutualExclusionGroup>ABC</MutualExclusionGroup>
      <DependentOn>ABC</DependentOn>
      <ExternalOptionsKey>ABC</ExternalOptionsKey>
      <DisplayValue>ABC</DisplayValue>
      <Options>
        <AttributeOption>
          <Value>ABC</Value>
          <Display>ABC</Display>
          <Count>123</Count>
        </AttributeOption>
        <AttributeOption>
          <Value>ABC</Value>
          <Display>ABC</Display>
          <Count>123</Count>
        </AttributeOption>
      </Options>
      <DependentParameter />
      <DisplaySuggested>false</DisplaySuggested>
      <DisplayNew>false</DisplayNew>
    </SearchParameter>
  </Parameters>
  <SortOrders>
    <AttributeOption />
    <AttributeOption />
  </SortOrders>
  <MemberProfile>
    <FirstName>ABC</FirstName>
    <Occupation>ABC</Occupation>
    <Biography>ABC</Biography>
    <Quote>ABC</Quote>
    <Photo>ABC</Photo>
    <IsEnabled>false</IsEnabled>
    <DateRemoved>2018-01-01T00:00:00Z</DateRemoved>
    <Member>
      <MemberId>123</MemberId>
      <Nickname>ABC</Nickname>
      <DateAddressVerified>2018-01-01T00:00:00Z</DateAddressVerified>
      <DateJoined>2018-01-01T00:00:00Z</DateJoined>
      <UniqueNegative>123</UniqueNegative>
      <UniquePositive>123</UniquePositive>
      <FeedbackCount>123</FeedbackCount>
      <IsAddressVerified>false</IsAddressVerified>
      <Suburb>ABC</Suburb>
      <IsDealer>false</IsDealer>
      <IsAuthenticated>false</IsAuthenticated>
      <IsInTrade>false</IsInTrade>
      <ImportChargesMayApply>false</ImportChargesMayApply>
      <Profile>
        <Occupation>ABC</Occupation>
        <Biography>ABC</Biography>
        <Quote>ABC</Quote>
        <Photo>ABC</Photo>
      </Profile>
      <IsTopSeller>false</IsTopSeller>
      <IsRentiUser>false</IsRentiUser>
    </Member>
    <FavouriteId>123</FavouriteId>
    <Store>
      <Name>ABC</Name>
      <MemberId>123</MemberId>
      <LogoImageUri>ABC</LogoImageUri>
      <BannerImageUri>ABC</BannerImageUri>
      <Promotions>
        <StorePromotion>
          <ImageUri>ABC</ImageUri>
          <Uri>ABC</Uri>
          <AltText>ABC</AltText>
        </StorePromotion>
        <StorePromotion>
          <ImageUri>ABC</ImageUri>
          <Uri>ABC</Uri>
          <AltText>ABC</AltText>
        </StorePromotion>
      </Promotions>
      <ShortDescription>ABC</ShortDescription>
      <LargeBannerImage>
        <Small>ABC</Small>
        <Medium>ABC</Medium>
        <Large>ABC</Large>
        <XLarge>ABC</XLarge>
      </LargeBannerImage>
      <StorePath>ABC</StorePath>
      <SaleCount>123</SaleCount>
      <Location>ABC</Location>
      <PhoneNumber>ABC</PhoneNumber>
      <Website>ABC</Website>
      <Email>ABC</Email>
      <Member />
      <Pages>
        <StorePage>
          <Heading>ABC</Heading>
          <Text>ABC</Text>
        </StorePage>
        <StorePage>
          <Heading>ABC</Heading>
          <Text>ABC</Text>
        </StorePage>
      </Pages>
      <Tier>NotAStore</Tier>
    </Store>
    <IsPropertyAgent>false</IsPropertyAgent>
  </MemberProfile>
  <SuperFeatures>
    <Listing>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <HasPayNow>false</HasPayNow>
      <IsNew>false</IsNew>
      <RegionId>123</RegionId>
      <Region>ABC</Region>
      <SuburbId>123</SuburbId>
      <Suburb>ABC</Suburb>
      <PickupLocality>
        <Suburb>ABC</Suburb>
        <District>ABC</District>
        <Region>ABC</Region>
      </PickupLocality>
      <BidCount>123</BidCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <OpenHomes>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
      </OpenHomes>
      <Subtitle>ABC</Subtitle>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <IsOnWatchList>false</IsOnWatchList>
      <GeographicLocation>
        <Latitude>123.0</Latitude>
        <Longitude>123.0</Longitude>
        <Northing>123</Northing>
        <Easting>123</Easting>
        <Accuracy>None</Accuracy>
      </GeographicLocation>
      <PriceDisplay>ABC</PriceDisplay>
      <TotalReviewCount>123</TotalReviewCount>
      <PositiveReviewCount>123</PositiveReviewCount>
      <HasFreeShipping>false</HasFreeShipping>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Branding>
        <LargeSquareLogo>ABC</LargeSquareLogo>
        <LargeWideLogo>ABC</LargeWideLogo>
        <BackgroundColor>ABC</BackgroundColor>
        <TextColor>ABC</TextColor>
        <StrokeColor>ABC</StrokeColor>
        <DisableBanner>false</DisableBanner>
        <OfficeLocation>ABC</OfficeLocation>
        <LargeBannerURL>ABC</LargeBannerURL>
      </Branding>
      <IsSuperFeatured>false</IsSuperFeatured>
      <ShortDescription>ABC</ShortDescription>
      <PhotoUrls>
        <PhotoUrl>ABC</PhotoUrl>
        <PhotoUrl>ABC</PhotoUrl>
      </PhotoUrls>
      <PromotionId>123</PromotionId>
      <HasEmbeddedVideo>false</HasEmbeddedVideo>
      <VariantDefinitionSummary>
        <PriceLow>123.0</PriceLow>
        <PriceHigh>123.0</PriceHigh>
        <Price>123.0</Price>
        <HasPriceRange>false</HasPriceRange>
        <DiscountPercentLow>123</DiscountPercentLow>
        <DiscountPercentHigh>123</DiscountPercentHigh>
        <DiscountPercent>123</DiscountPercent>
        <HasDiscountPercentRange>false</HasDiscountPercentRange>
        <AllDiscounted>false</AllDiscounted>
        <AllOnClearance>false</AllOnClearance>
      </VariantDefinitionSummary>
      <AdditionalData>
        <BulletPoints>
          <BulletPoint>ABC</BulletPoint>
          <BulletPoint>ABC</BulletPoint>
        </BulletPoints>
        <Tags>
          <Tag>
            <Name>ABC</Name>
          </Tag>
          <Tag>
            <Name>ABC</Name>
          </Tag>
        </Tags>
      </AdditionalData>
      <ListingExtras>
        <ListingExtra>ABC</ListingExtra>
        <ListingExtra>ABC</ListingExtra>
      </ListingExtras>
      <IsLoyaltyEligible>false</IsLoyaltyEligible>
      <HasPing>false</HasPing>
      <StoreBrandLogoUrl>ABC</StoreBrandLogoUrl>
      <WhyPayPrice>123.0</WhyPayPrice>
      <Has3DTour>false</Has3DTour>
      <ShippingDetails>
        <ShippingTemplateId>123</ShippingTemplateId>
        <SuggestedShipping>
          <Price>123.0</Price>
          <Destination>ABC</Destination>
          <DeliveryTime>
            <MinValue>ABC</MinValue>
            <MaxValue>ABC</MaxValue>
          </DeliveryTime>
          <IsRural>false</IsRural>
        </SuggestedShipping>
      </ShippingDetails>
      <PriceType>AskingPrice</PriceType>
      <HasSpecialOffer>false</HasSpecialOffer>
      <NewCarInformation>
        <Availability>InTransit</Availability>
        <Condition>BrandNew</Condition>
        <CertifiedPreOwned>
          <LogoUrl>ABC</LogoUrl>
          <DarkModeLogoUrl>ABC</DarkModeLogoUrl>
        </CertifiedPreOwned>
      </NewCarInformation>
      <MemberDateJoined>2018-01-01T00:00:00Z</MemberDateJoined>
      <LastServiceReview>
        <ServiceReviewerNickname>ABC</ServiceReviewerNickname>
        <ServiceReviewText>ABC</ServiceReviewText>
        <ServiceReviewDateEntered>2018-01-01T00:00:00Z</ServiceReviewDateEntered>
      </LastServiceReview>
      <Sponsored>
        <TopSortProductId>ABC</TopSortProductId>
        <TopSortResolveBidId>ABC</TopSortResolveBidId>
        <TopSortUniqueId>ABC</TopSortUniqueId>
      </Sponsored>
      <MotorsExternalMediaOverview>
        <HasInstavid360Spinner>false</HasInstavid360Spinner>
      </MotorsExternalMediaOverview>
      <ListingPlatform>Unset</ListingPlatform>
      <AllowsPickups>None</AllowsPickups>
      <SearchResultAttributes>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
      </SearchResultAttributes>
    </Listing>
    <Listing>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <HasPayNow>false</HasPayNow>
      <IsNew>false</IsNew>
      <RegionId>123</RegionId>
      <Region>ABC</Region>
      <SuburbId>123</SuburbId>
      <Suburb>ABC</Suburb>
      <PickupLocality>
        <Suburb>ABC</Suburb>
        <District>ABC</District>
        <Region>ABC</Region>
      </PickupLocality>
      <BidCount>123</BidCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
          <DisplayValue>ABC</DisplayValue>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <OpenHomes>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
        <OpenHome>
          <Start>2018-01-01T00:00:00Z</Start>
          <End>2018-01-01T00:00:00Z</End>
        </OpenHome>
      </OpenHomes>
      <Subtitle>ABC</Subtitle>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <IsOnWatchList>false</IsOnWatchList>
      <GeographicLocation>
        <Latitude>123.0</Latitude>
        <Longitude>123.0</Longitude>
        <Northing>123</Northing>
        <Easting>123</Easting>
        <Accuracy>None</Accuracy>
      </GeographicLocation>
      <PriceDisplay>ABC</PriceDisplay>
      <TotalReviewCount>123</TotalReviewCount>
      <PositiveReviewCount>123</PositiveReviewCount>
      <HasFreeShipping>false</HasFreeShipping>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Branding>
        <LargeSquareLogo>ABC</LargeSquareLogo>
        <LargeWideLogo>ABC</LargeWideLogo>
        <BackgroundColor>ABC</BackgroundColor>
        <TextColor>ABC</TextColor>
        <StrokeColor>ABC</StrokeColor>
        <DisableBanner>false</DisableBanner>
        <OfficeLocation>ABC</OfficeLocation>
        <LargeBannerURL>ABC</LargeBannerURL>
      </Branding>
      <IsSuperFeatured>false</IsSuperFeatured>
      <ShortDescription>ABC</ShortDescription>
      <PhotoUrls>
        <PhotoUrl>ABC</PhotoUrl>
        <PhotoUrl>ABC</PhotoUrl>
      </PhotoUrls>
      <PromotionId>123</PromotionId>
      <HasEmbeddedVideo>false</HasEmbeddedVideo>
      <VariantDefinitionSummary>
        <PriceLow>123.0</PriceLow>
        <PriceHigh>123.0</PriceHigh>
        <Price>123.0</Price>
        <HasPriceRange>false</HasPriceRange>
        <DiscountPercentLow>123</DiscountPercentLow>
        <DiscountPercentHigh>123</DiscountPercentHigh>
        <DiscountPercent>123</DiscountPercent>
        <HasDiscountPercentRange>false</HasDiscountPercentRange>
        <AllDiscounted>false</AllDiscounted>
        <AllOnClearance>false</AllOnClearance>
      </VariantDefinitionSummary>
      <AdditionalData>
        <BulletPoints>
          <BulletPoint>ABC</BulletPoint>
          <BulletPoint>ABC</BulletPoint>
        </BulletPoints>
        <Tags>
          <Tag>
            <Name>ABC</Name>
          </Tag>
          <Tag>
            <Name>ABC</Name>
          </Tag>
        </Tags>
      </AdditionalData>
      <ListingExtras>
        <ListingExtra>ABC</ListingExtra>
        <ListingExtra>ABC</ListingExtra>
      </ListingExtras>
      <IsLoyaltyEligible>false</IsLoyaltyEligible>
      <HasPing>false</HasPing>
      <StoreBrandLogoUrl>ABC</StoreBrandLogoUrl>
      <WhyPayPrice>123.0</WhyPayPrice>
      <Has3DTour>false</Has3DTour>
      <ShippingDetails>
        <ShippingTemplateId>123</ShippingTemplateId>
        <SuggestedShipping>
          <Price>123.0</Price>
          <Destination>ABC</Destination>
          <DeliveryTime>
            <MinValue>ABC</MinValue>
            <MaxValue>ABC</MaxValue>
          </DeliveryTime>
          <IsRural>false</IsRural>
        </SuggestedShipping>
      </ShippingDetails>
      <PriceType>AskingPrice</PriceType>
      <HasSpecialOffer>false</HasSpecialOffer>
      <NewCarInformation>
        <Availability>InTransit</Availability>
        <Condition>BrandNew</Condition>
        <CertifiedPreOwned>
          <LogoUrl>ABC</LogoUrl>
          <DarkModeLogoUrl>ABC</DarkModeLogoUrl>
        </CertifiedPreOwned>
      </NewCarInformation>
      <MemberDateJoined>2018-01-01T00:00:00Z</MemberDateJoined>
      <LastServiceReview>
        <ServiceReviewerNickname>ABC</ServiceReviewerNickname>
        <ServiceReviewText>ABC</ServiceReviewText>
        <ServiceReviewDateEntered>2018-01-01T00:00:00Z</ServiceReviewDateEntered>
      </LastServiceReview>
      <Sponsored>
        <TopSortProductId>ABC</TopSortProductId>
        <TopSortResolveBidId>ABC</TopSortResolveBidId>
        <TopSortUniqueId>ABC</TopSortUniqueId>
      </Sponsored>
      <MotorsExternalMediaOverview>
        <HasInstavid360Spinner>false</HasInstavid360Spinner>
      </MotorsExternalMediaOverview>
      <ListingPlatform>Unset</ListingPlatform>
      <AllowsPickups>None</AllowsPickups>
      <SearchResultAttributes>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
        <SearchResultAttribute>
          <Id>Odometer</Id>
          <DisplayValue>ABC</DisplayValue>
          <Name>ABC</Name>
        </SearchResultAttribute>
      </SearchResultAttributes>
    </Listing>
  </SuperFeatures>
  <SearchQueryId>ABC</SearchQueryId>
  <AutoCategoryJump>false</AutoCategoryJump>
  <FavouriteFrequency>123</FavouriteFrequency>
  <FavouritePushFrequency>None</FavouritePushFrequency>
  <SeoDrivenRedirectionData>
    <UrlInfo>
      <Robots>ABC</Robots>
      <SeoDrivenCanonicalUrl>ABC</SeoDrivenCanonicalUrl>
      <Href>ABC</Href>
      <QueryParamsCollection>
        <SeoDrivenQueryParams>
          <Key>ABC</Key>
          <Value>ABC</Value>
        </SeoDrivenQueryParams>
        <SeoDrivenQueryParams>
          <Key>ABC</Key>
          <Value>ABC</Value>
        </SeoDrivenQueryParams>
      </QueryParamsCollection>
    </UrlInfo>
    <HttpStatusCode>ABC</HttpStatusCode>
    <HasBeenMigrated>false</HasBeenMigrated>
  </SeoDrivenRedirectionData>
  <BusinessLine>NotSpecified</BusinessLine>
  <AggregateCounts>
    <AggregateCount />
    <AggregateCount />
  </AggregateCounts>
</SearchResults>

Example JSON Response (switch to XML)

{
  "TotalCount": 123,
  "TotalCountTruncated": false,
  "Page": 123,
  "PageSize": 123,
  "List": [
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "HasPayNow": false,
      "IsNew": false,
      "RegionId": 123,
      "Region": "ABC",
      "SuburbId": 123,
      "Suburb": "ABC",
      "PickupLocality": {
        "Suburb": "ABC",
        "District": "ABC",
        "Region": "ABC"
      },
      "BidCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "NoteDate": "\/Date(1514764800)\/",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        }
      ],
      "IsClassified": false,
      "OpenHomes": [
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        },
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        }
      ],
      "Subtitle": "ABC",
      "IsBuyNowOnly": false,
      "RemainingGalleryPlusRelists": 123,
      "IsOnWatchList": false,
      "GeographicLocation": {
        "Latitude": 123.0,
        "Longitude": 123.0,
        "Northing": 123,
        "Easting": 123,
        "Accuracy": 0
      },
      "PriceDisplay": "ABC",
      "TotalReviewCount": 123,
      "PositiveReviewCount": 123,
      "HasFreeShipping": false,
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Branding": {
        "LargeSquareLogo": "ABC",
        "LargeWideLogo": "ABC",
        "BackgroundColor": "ABC",
        "TextColor": "ABC",
        "StrokeColor": "ABC",
        "DisableBanner": false,
        "OfficeLocation": "ABC",
        "LargeBannerURL": "ABC"
      },
      "IsSuperFeatured": false,
      "ShortDescription": "ABC",
      "PhotoUrls": [
        "ABC",
        "ABC"
      ],
      "PromotionId": 123,
      "HasEmbeddedVideo": false,
      "VariantDefinitionSummary": {
        "PriceLow": 123.0,
        "PriceHigh": 123.0,
        "Price": 123.0,
        "HasPriceRange": false,
        "DiscountPercentLow": 123,
        "DiscountPercentHigh": 123,
        "DiscountPercent": 123,
        "HasDiscountPercentRange": false,
        "AllDiscounted": false,
        "AllOnClearance": false
      },
      "AdditionalData": {
        "BulletPoints": [
          "ABC",
          "ABC"
        ],
        "Tags": [
          {
            "Name": "ABC"
          },
          {
            "Name": "ABC"
          }
        ]
      },
      "ListingExtras": [
        "ABC",
        "ABC"
      ],
      "IsLoyaltyEligible": false,
      "HasPing": false,
      "StoreBrandLogoUrl": "ABC",
      "WhyPayPrice": 123.0,
      "Has3DTour": false,
      "ShippingDetails": {
        "ShippingTemplateId": 123,
        "SuggestedShipping": {
          "Price": 123.0,
          "Destination": "ABC",
          "DeliveryTime": {
            "MinValue": "ABC",
            "MaxValue": "ABC"
          },
          "IsRural": false
        }
      },
      "PriceType": 0,
      "HasSpecialOffer": false,
      "NewCarInformation": {
        "Availability": 2,
        "Condition": 1,
        "CertifiedPreOwned": {
          "LogoUrl": "ABC",
          "DarkModeLogoUrl": "ABC"
        }
      },
      "MemberDateJoined": "\/Date(1514764800)\/",
      "LastServiceReview": {
        "ServiceReviewerNickname": "ABC",
        "ServiceReviewText": "ABC",
        "ServiceReviewDateEntered": "\/Date(1514764800)\/"
      },
      "Sponsored": {
        "TopSortProductId": "ABC",
        "TopSortResolveBidId": "ABC",
        "TopSortUniqueId": "ABC"
      },
      "MotorsExternalMediaOverview": {
        "HasInstavid360Spinner": false
      },
      "ListingPlatform": 0,
      "AllowsPickups": 0,
      "SearchResultAttributes": [
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        },
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        }
      ]
    },
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "HasPayNow": false,
      "IsNew": false,
      "RegionId": 123,
      "Region": "ABC",
      "SuburbId": 123,
      "Suburb": "ABC",
      "PickupLocality": {
        "Suburb": "ABC",
        "District": "ABC",
        "Region": "ABC"
      },
      "BidCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "NoteDate": "\/Date(1514764800)\/",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        }
      ],
      "IsClassified": false,
      "OpenHomes": [
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        },
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        }
      ],
      "Subtitle": "ABC",
      "IsBuyNowOnly": false,
      "RemainingGalleryPlusRelists": 123,
      "IsOnWatchList": false,
      "GeographicLocation": {
        "Latitude": 123.0,
        "Longitude": 123.0,
        "Northing": 123,
        "Easting": 123,
        "Accuracy": 0
      },
      "PriceDisplay": "ABC",
      "TotalReviewCount": 123,
      "PositiveReviewCount": 123,
      "HasFreeShipping": false,
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Branding": {
        "LargeSquareLogo": "ABC",
        "LargeWideLogo": "ABC",
        "BackgroundColor": "ABC",
        "TextColor": "ABC",
        "StrokeColor": "ABC",
        "DisableBanner": false,
        "OfficeLocation": "ABC",
        "LargeBannerURL": "ABC"
      },
      "IsSuperFeatured": false,
      "ShortDescription": "ABC",
      "PhotoUrls": [
        "ABC",
        "ABC"
      ],
      "PromotionId": 123,
      "HasEmbeddedVideo": false,
      "VariantDefinitionSummary": {
        "PriceLow": 123.0,
        "PriceHigh": 123.0,
        "Price": 123.0,
        "HasPriceRange": false,
        "DiscountPercentLow": 123,
        "DiscountPercentHigh": 123,
        "DiscountPercent": 123,
        "HasDiscountPercentRange": false,
        "AllDiscounted": false,
        "AllOnClearance": false
      },
      "AdditionalData": {
        "BulletPoints": [
          "ABC",
          "ABC"
        ],
        "Tags": [
          {
            "Name": "ABC"
          },
          {
            "Name": "ABC"
          }
        ]
      },
      "ListingExtras": [
        "ABC",
        "ABC"
      ],
      "IsLoyaltyEligible": false,
      "HasPing": false,
      "StoreBrandLogoUrl": "ABC",
      "WhyPayPrice": 123.0,
      "Has3DTour": false,
      "ShippingDetails": {
        "ShippingTemplateId": 123,
        "SuggestedShipping": {
          "Price": 123.0,
          "Destination": "ABC",
          "DeliveryTime": {
            "MinValue": "ABC",
            "MaxValue": "ABC"
          },
          "IsRural": false
        }
      },
      "PriceType": 0,
      "HasSpecialOffer": false,
      "NewCarInformation": {
        "Availability": 2,
        "Condition": 1,
        "CertifiedPreOwned": {
          "LogoUrl": "ABC",
          "DarkModeLogoUrl": "ABC"
        }
      },
      "MemberDateJoined": "\/Date(1514764800)\/",
      "LastServiceReview": {
        "ServiceReviewerNickname": "ABC",
        "ServiceReviewText": "ABC",
        "ServiceReviewDateEntered": "\/Date(1514764800)\/"
      },
      "Sponsored": {
        "TopSortProductId": "ABC",
        "TopSortResolveBidId": "ABC",
        "TopSortUniqueId": "ABC"
      },
      "MotorsExternalMediaOverview": {
        "HasInstavid360Spinner": false
      },
      "ListingPlatform": 0,
      "AllowsPickups": 0,
      "SearchResultAttributes": [
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        },
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        }
      ]
    }
  ],
  "DidYouMean": "ABC",
  "FoundCategories": [
    {
      "Count": 123,
      "Category": "ABC",
      "Name": "ABC",
      "IsRestricted": false,
      "CategoryId": 123,
      "IsLeaf": false
    },
    {
      "Count": 123,
      "Category": "ABC",
      "Name": "ABC",
      "IsRestricted": false,
      "CategoryId": 123,
      "IsLeaf": false
    }
  ],
  "FavouriteId": 123,
  "FavouriteType": 0,
  "Parameters": [
    {
      "DisplayName": "ABC",
      "Name": "ABC",
      "LowerBoundName": "ABC",
      "UpperBoundName": "ABC",
      "Type": 0,
      "AllowsMultipleValues": false,
      "MutualExclusionGroup": "ABC",
      "DependentOn": "ABC",
      "ExternalOptionsKey": "ABC",
      "DisplayValue": "ABC",
      "Options": [
        {
          "Value": "ABC",
          "Display": "ABC",
          "Count": 123
        },
        {
          "Value": "ABC",
          "Display": "ABC",
          "Count": 123
        }
      ],
      "DependentParameter": {
      },
      "DisplaySuggested": false,
      "DisplayNew": false
    },
    {
      "DisplayName": "ABC",
      "Name": "ABC",
      "LowerBoundName": "ABC",
      "UpperBoundName": "ABC",
      "Type": 0,
      "AllowsMultipleValues": false,
      "MutualExclusionGroup": "ABC",
      "DependentOn": "ABC",
      "ExternalOptionsKey": "ABC",
      "DisplayValue": "ABC",
      "Options": [
        {
          "Value": "ABC",
          "Display": "ABC",
          "Count": 123
        },
        {
          "Value": "ABC",
          "Display": "ABC",
          "Count": 123
        }
      ],
      "DependentParameter": {
      },
      "DisplaySuggested": false,
      "DisplayNew": false
    }
  ],
  "SortOrders": [
    {
    },
    {
    }
  ],
  "MemberProfile": {
    "FirstName": "ABC",
    "Occupation": "ABC",
    "Biography": "ABC",
    "Quote": "ABC",
    "Photo": "ABC",
    "IsEnabled": false,
    "DateRemoved": "\/Date(1514764800)\/",
    "Member": {
      "MemberId": 123,
      "Nickname": "ABC",
      "DateAddressVerified": "\/Date(1514764800)\/",
      "DateJoined": "\/Date(1514764800)\/",
      "UniqueNegative": 123,
      "UniquePositive": 123,
      "FeedbackCount": 123,
      "IsAddressVerified": false,
      "Suburb": "ABC",
      "IsDealer": false,
      "IsAuthenticated": false,
      "IsInTrade": false,
      "ImportChargesMayApply": false,
      "Profile": {
        "Occupation": "ABC",
        "Biography": "ABC",
        "Quote": "ABC",
        "Photo": "ABC"
      },
      "IsTopSeller": false,
      "IsRentiUser": false
    },
    "FavouriteId": 123,
    "Store": {
      "Name": "ABC",
      "MemberId": 123,
      "LogoImageUri": "ABC",
      "BannerImageUri": "ABC",
      "Promotions": [
        {
          "ImageUri": "ABC",
          "Uri": "ABC",
          "AltText": "ABC"
        },
        {
          "ImageUri": "ABC",
          "Uri": "ABC",
          "AltText": "ABC"
        }
      ],
      "ShortDescription": "ABC",
      "LargeBannerImage": {
        "Small": "ABC",
        "Medium": "ABC",
        "Large": "ABC",
        "XLarge": "ABC"
      },
      "StorePath": "ABC",
      "SaleCount": 123,
      "Location": "ABC",
      "PhoneNumber": "ABC",
      "Website": "ABC",
      "Email": "ABC",
      "Member": {
      },
      "Pages": [
        {
          "Heading": "ABC",
          "Text": "ABC"
        },
        {
          "Heading": "ABC",
          "Text": "ABC"
        }
      ],
      "Tier": 0
    },
    "IsPropertyAgent": false
  },
  "SuperFeatures": [
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "HasPayNow": false,
      "IsNew": false,
      "RegionId": 123,
      "Region": "ABC",
      "SuburbId": 123,
      "Suburb": "ABC",
      "PickupLocality": {
        "Suburb": "ABC",
        "District": "ABC",
        "Region": "ABC"
      },
      "BidCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "NoteDate": "\/Date(1514764800)\/",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        }
      ],
      "IsClassified": false,
      "OpenHomes": [
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        },
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        }
      ],
      "Subtitle": "ABC",
      "IsBuyNowOnly": false,
      "RemainingGalleryPlusRelists": 123,
      "IsOnWatchList": false,
      "GeographicLocation": {
        "Latitude": 123.0,
        "Longitude": 123.0,
        "Northing": 123,
        "Easting": 123,
        "Accuracy": 0
      },
      "PriceDisplay": "ABC",
      "TotalReviewCount": 123,
      "PositiveReviewCount": 123,
      "HasFreeShipping": false,
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Branding": {
        "LargeSquareLogo": "ABC",
        "LargeWideLogo": "ABC",
        "BackgroundColor": "ABC",
        "TextColor": "ABC",
        "StrokeColor": "ABC",
        "DisableBanner": false,
        "OfficeLocation": "ABC",
        "LargeBannerURL": "ABC"
      },
      "IsSuperFeatured": false,
      "ShortDescription": "ABC",
      "PhotoUrls": [
        "ABC",
        "ABC"
      ],
      "PromotionId": 123,
      "HasEmbeddedVideo": false,
      "VariantDefinitionSummary": {
        "PriceLow": 123.0,
        "PriceHigh": 123.0,
        "Price": 123.0,
        "HasPriceRange": false,
        "DiscountPercentLow": 123,
        "DiscountPercentHigh": 123,
        "DiscountPercent": 123,
        "HasDiscountPercentRange": false,
        "AllDiscounted": false,
        "AllOnClearance": false
      },
      "AdditionalData": {
        "BulletPoints": [
          "ABC",
          "ABC"
        ],
        "Tags": [
          {
            "Name": "ABC"
          },
          {
            "Name": "ABC"
          }
        ]
      },
      "ListingExtras": [
        "ABC",
        "ABC"
      ],
      "IsLoyaltyEligible": false,
      "HasPing": false,
      "StoreBrandLogoUrl": "ABC",
      "WhyPayPrice": 123.0,
      "Has3DTour": false,
      "ShippingDetails": {
        "ShippingTemplateId": 123,
        "SuggestedShipping": {
          "Price": 123.0,
          "Destination": "ABC",
          "DeliveryTime": {
            "MinValue": "ABC",
            "MaxValue": "ABC"
          },
          "IsRural": false
        }
      },
      "PriceType": 0,
      "HasSpecialOffer": false,
      "NewCarInformation": {
        "Availability": 2,
        "Condition": 1,
        "CertifiedPreOwned": {
          "LogoUrl": "ABC",
          "DarkModeLogoUrl": "ABC"
        }
      },
      "MemberDateJoined": "\/Date(1514764800)\/",
      "LastServiceReview": {
        "ServiceReviewerNickname": "ABC",
        "ServiceReviewText": "ABC",
        "ServiceReviewDateEntered": "\/Date(1514764800)\/"
      },
      "Sponsored": {
        "TopSortProductId": "ABC",
        "TopSortResolveBidId": "ABC",
        "TopSortUniqueId": "ABC"
      },
      "MotorsExternalMediaOverview": {
        "HasInstavid360Spinner": false
      },
      "ListingPlatform": 0,
      "AllowsPickups": 0,
      "SearchResultAttributes": [
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        },
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        }
      ]
    },
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "HasPayNow": false,
      "IsNew": false,
      "RegionId": 123,
      "Region": "ABC",
      "SuburbId": 123,
      "Suburb": "ABC",
      "PickupLocality": {
        "Suburb": "ABC",
        "District": "ABC",
        "Region": "ABC"
      },
      "BidCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "NoteDate": "\/Date(1514764800)\/",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC",
          "DisplayValue": "ABC"
        }
      ],
      "IsClassified": false,
      "OpenHomes": [
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        },
        {
          "Start": "\/Date(1514764800)\/",
          "End": "\/Date(1514764800)\/"
        }
      ],
      "Subtitle": "ABC",
      "IsBuyNowOnly": false,
      "RemainingGalleryPlusRelists": 123,
      "IsOnWatchList": false,
      "GeographicLocation": {
        "Latitude": 123.0,
        "Longitude": 123.0,
        "Northing": 123,
        "Easting": 123,
        "Accuracy": 0
      },
      "PriceDisplay": "ABC",
      "TotalReviewCount": 123,
      "PositiveReviewCount": 123,
      "HasFreeShipping": false,
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Branding": {
        "LargeSquareLogo": "ABC",
        "LargeWideLogo": "ABC",
        "BackgroundColor": "ABC",
        "TextColor": "ABC",
        "StrokeColor": "ABC",
        "DisableBanner": false,
        "OfficeLocation": "ABC",
        "LargeBannerURL": "ABC"
      },
      "IsSuperFeatured": false,
      "ShortDescription": "ABC",
      "PhotoUrls": [
        "ABC",
        "ABC"
      ],
      "PromotionId": 123,
      "HasEmbeddedVideo": false,
      "VariantDefinitionSummary": {
        "PriceLow": 123.0,
        "PriceHigh": 123.0,
        "Price": 123.0,
        "HasPriceRange": false,
        "DiscountPercentLow": 123,
        "DiscountPercentHigh": 123,
        "DiscountPercent": 123,
        "HasDiscountPercentRange": false,
        "AllDiscounted": false,
        "AllOnClearance": false
      },
      "AdditionalData": {
        "BulletPoints": [
          "ABC",
          "ABC"
        ],
        "Tags": [
          {
            "Name": "ABC"
          },
          {
            "Name": "ABC"
          }
        ]
      },
      "ListingExtras": [
        "ABC",
        "ABC"
      ],
      "IsLoyaltyEligible": false,
      "HasPing": false,
      "StoreBrandLogoUrl": "ABC",
      "WhyPayPrice": 123.0,
      "Has3DTour": false,
      "ShippingDetails": {
        "ShippingTemplateId": 123,
        "SuggestedShipping": {
          "Price": 123.0,
          "Destination": "ABC",
          "DeliveryTime": {
            "MinValue": "ABC",
            "MaxValue": "ABC"
          },
          "IsRural": false
        }
      },
      "PriceType": 0,
      "HasSpecialOffer": false,
      "NewCarInformation": {
        "Availability": 2,
        "Condition": 1,
        "CertifiedPreOwned": {
          "LogoUrl": "ABC",
          "DarkModeLogoUrl": "ABC"
        }
      },
      "MemberDateJoined": "\/Date(1514764800)\/",
      "LastServiceReview": {
        "ServiceReviewerNickname": "ABC",
        "ServiceReviewText": "ABC",
        "ServiceReviewDateEntered": "\/Date(1514764800)\/"
      },
      "Sponsored": {
        "TopSortProductId": "ABC",
        "TopSortResolveBidId": "ABC",
        "TopSortUniqueId": "ABC"
      },
      "MotorsExternalMediaOverview": {
        "HasInstavid360Spinner": false
      },
      "ListingPlatform": 0,
      "AllowsPickups": 0,
      "SearchResultAttributes": [
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        },
        {
          "Id": 1,
          "DisplayValue": "ABC",
          "Name": "ABC"
        }
      ]
    }
  ],
  "SearchQueryId": "ABC",
  "AutoCategoryJump": false,
  "FavouriteFrequency": 123,
  "FavouritePushFrequency": 0,
  "SeoDrivenRedirectionData": {
    "UrlInfo": {
      "Robots": "ABC",
      "SeoDrivenCanonicalUrl": "ABC",
      "Href": "ABC",
      "QueryParamsCollection": [
        {
          "Key": "ABC",
          "Value": "ABC"
        },
        {
          "Key": "ABC",
          "Value": "ABC"
        }
      ]
    },
    "HttpStatusCode": "ABC",
    "HasBeenMigrated": false
  },
  "BusinessLine": 0,
  "AggregateCounts": [
    {
    },
    {
    }
  ]
}