| Call Specific Fields | |||
| Field | Type | Summary | Req. |
| GetResearchItems.Timestamp | timestamp | The date and time that the results were tabulated. | yes |
| GetResearchItems.ProcessingTime | float | The amount of time (in seconds) it took to execute the search. | yes |
| GetResearchItems.ImageURL | string | The image used to link back to the source of your API data. | yes |
| GetResearchItems.LinkURL | string | The link used to link back to the source of your API data. | yes |
| GetResearchItems.Errors | meta tag | Contains errors that occured during the query process. | no |
| ...Errors.Error | string | Contains the error message string for the particular error. | no |
| GetResearchItems.ModifiedQuery | meta tag | Contain elements describing changes made to the query by the server. | no |
| ...ModifiedQuery.RemovedWords | meta tag | Contains words removed from the query by the server. | no |
| ...RemovedWords.RemovedWord | string | Contains a single word which was removed from the query. | no |
| GetResearchItems.Warnings | meta tag | Displays warnings created by the query | no |
| ...Warnings.Warning | string | A warning is a non-critical error that occured during the query | no |
| GetResearchItems.Items | meta tag | Includes information about some of the specific items found within the result set. | no |
| ...Items.Item | meta tag | This node contains data about a single item from the result set. | no |
| ...Item.Title | string | The title of the listing in question. | no |
| ...Item.Subtitle | string | Some listings contain a second title called the subtitle. This can also be up to 55 characters. | no |
| ...Item.Category | integer | The category ID that an item sold in | no |
| ...Item.ListingDetails | meta tag | Contain data about when a listing opened, closed, and more. | no |
| ...ListingDetails.StartDate | date | The date that the listing opened. | no |
| ...ListingDetails.StartTime | time | The time that the listing opened. | no |
| ...ListingDetails.EndDate | date | The date that the listing closed. | no |
| ...ListingDetails.EndTime | time | The time that the listing closed. | no |
| ...ListingDetails.ViewItemURL | string | A link directly to the listing on eBay. | no |
| ...Item.Site | string | The eBay site on which the listing was placed. | no |
| ...Item.SellerID | integer | The eBay User ID of the seller. | no |
| ...Item.AuctionStyle | string | The type of auction the listing used. | no |
| ...Item.Flags | meta tag | The flags node contains various important flags regarding the listing. | no |
| ...Flags.Successful | integer | This flag represents whether the auction closed successfully or not. | no |
| ...Flags.Gallery | integer | This flag represents whether the auction used gallery or not. | no |
| ...Item.ItemStatistics | meta tag | This node contains information regarding the pricing, bids, and items within the listing. | no |
| ...ItemStatistics.EndPrice | float | The price at which the listing closed. | no |
| ...ItemStatistics.StartPrice | float | The price at which the listing opened. | no |
| ...ItemStatistics.Bids | integer | The number of bids that the listing recieved. | no |
| ...ItemStatistics.ItemsOffered | integer | The number of items offered in the auction. | no |
| ...ItemStatistics.ItemsSold | integer | The number of items that acutally sold successfully in the auction. | no |