google_shopping response
  1. {
  2. "search_metadata": {
  3. "id": "sample_google_shopping_result",
  4. "status": "Success",
  5. "created_at": "2026-08-06T00:00:00Z",
  6. "request_time_taken": 1.63,
  7. "total_time_taken": 1.95,
  8. "sample": {
  9. "state": "result",
  10. "provenance": "Authored in this sandbox without access to the live SearchApi endpoint. Every product_token below is synthetic and resolves to a google_product_page fixture in this same set, so the drill-in path closes offline; the integrity test asserts that closure. Thumbnail URLs are deliberately omitted rather than invented, because a run must render with no network access. Pending re-verification against the live API."
  11. }
  12. },
  13. "search_parameters": {
  14. "engine": "google_shopping",
  15. "q": "coffee maker",
  16. "google_domain": "google.com",
  17. "gl": "us",
  18. "hl": "en"
  19. },
  20. "search_information": {
  21. "query_displayed": "coffee maker",
  22. "total_results": 18400,
  23. "time_taken_displayed": 0.62,
  24. "page": 1
  25. },
  26. "shopping_results": [
  27. {
  28. "position": 1,
  29. "title": "Rivelo Due Espresso Machine, Stainless Steel",
  30. "product_token": "sample_product_espresso_machine",
  31. "price": "$449.00",
  32. "extracted_price": 449.0,
  33. "currency": "USD",
  34. "source": "Rivelo Home",
  35. "rating": 4.6,
  36. "reviews": 1284,
  37. "delivery": "Free delivery",
  38. "condition": "new"
  39. },
  40. {
  41. "position": 2,
  42. "title": "Kettleworks Gooseneck Pour-Over Kettle, 1L",
  43. "product_token": "sample_product_pour_over_kettle",
  44. "price": "$79.50",
  45. "extracted_price": 79.5,
  46. "currency": "USD",
  47. "source": "Kettleworks",
  48. "rating": 4.8,
  49. "reviews": 3106,
  50. "delivery": "Free delivery over $50",
  51. "condition": "new"
  52. },
  53. {
  54. "position": 3,
  55. "title": "Grindwell Conical Burr Grinder, 40 Settings",
  56. "product_token": "sample_product_burr_grinder",
  57. "price": "$139.99",
  58. "extracted_price": 139.99,
  59. "currency": "USD",
  60. "source": "Grindwell Supply",
  61. "rating": 4.4,
  62. "reviews": 742,
  63. "delivery": "Delivery by Friday",
  64. "condition": "new"
  65. }
  66. ],
  67. "filters": [
  68. {
  69. "type": "Price",
  70. "options": [
  71. {
  72. "text": "Up to $100"
  73. },
  74. {
  75. "text": "$100 to $250"
  76. },
  77. {
  78. "text": "$250 and above"
  79. }
  80. ]
  81. },
  82. {
  83. "type": "Condition",
  84. "options": [
  85. {
  86. "text": "New"
  87. },
  88. {
  89. "text": "Used"
  90. }
  91. ]
  92. }
  93. ]
  94. }