Export Office Depot product data as rows
Office supplies are bought from a list that barely changes and a price that changes constantly, which makes them an obvious thing to track and a tedious thing to track by hand. This service takes the product links you already reorder from and returns each as a row: name, brand, the price as displayed and as a value you can compute on, the currency, availability, the stock codes, rating and review count, images, and the product link. Seventeen columns, one row per product.
The form is deliberately small - a list of URLs and a limit, which takes a minimum of one and defaults to a hundred. What deserves your attention is not a setting but a column. status records what happened to each request, and because a request that failed still comes back as a labelled row rather than silently disappearing, you can tell exactly which of your input links did not work. In our own runs that column carried three values: ok, http 404, and blocked (needs residential proxy).
That last value is worth planning around. The form's own hint notes that anti-bot sites return a blocked status on the free pool, which is residential-only, and one of the exports we hold says precisely that. So a residential proxy may be needed for this retailer - not a certainty, but not a surprise either.
And one caveat that this page puts near the top rather than burying, because it is the sort of thing that quietly ruins a pipeline. A status of ok does not guarantee product data. Of the seven run exports we hold, four returned ok while the name column read Site Maintenance and everything else was blank: Office Depot was serving a maintenance screen, and the scraper recorded what it was given, accurately and uselessly. One run was blocked, and the remaining two were 404s against a placeholder URL rather than the retailer at all. In other words, we have never seen a real Office Depot product come back - so the seventeen column names here are dependable, and every statement about what those columns will contain is deliberately absent rather than guessed. Check name and price, not just status. Start free: your first 500 rows cost nothing and need no credit card. See pricing for current rates.