GET trademe.co.nz HTTP 2003.4 s22.8 KB$0.000408 captured Aug 7, 2026
trademe.co.nz, as data
One API turns any trademe.co.nz page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 3.4 s
- Page size
- 22.8 KB of markdown, 409 lines
- Fields
- Listing title, Current bid, Buy now price, Seller and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This trademe.co.nz page cost $0.000408 to fetch.
Can the Buy-now price be adjusted once a bid (under the reserve price) has been made?This caught me out and I have a very upset prospective buyer. Nothing in the set up stage to warn sellers about this. Unscrupulous buyer asks for buy now when the auction is in progress. Must be a common ruse!The buy now price isn't showing on my listing that the public see, but is showing on my view. Why is this and how do I fix it? People are wanting a buy now which I would be happy with.Lynda, it probably means it has a bid above reserve, ie it's going to sell. I can look at my listings that have met reserve and can see the original start pricing including the Buy Now, but buyers can't of course. Once any auction has reached reserve the Buy Now option is no longer available.Thanks for the explanation! It makes sense because I think this is the first time I have put up a listing that wasn't higher than the start price. I know for the future. Regards!This caught me out too. I listed with a buy now and no reserve hoping that someone would see the value in the buy now. Ive got people asking about the buy now and its gone because someone has bid $1. Trademe really should be clearer with this for sellers.Andrew, the Help pages are quite clear, but it can take a bit to get your head around *hidden *reserves.* Buy Now is available until the reserve is met – after that, buyers need to bid until the auction ends.This is a truly moronic setting. There is nothing wrong with somebody swooping in and buying. If a bidder wants it badly, they should be able to use buy now even if the reserve has been met.This really sucks! Buy now should be available even after the reserve price is met. I don't see any reason to hide it. It is bad for buyers, sellers and trade me. If the bidders are bidding around $100 and someone wants it urgently and is happy to pay buy now of say $300, why would you prevent this?Dejan It's pretty obvious why it is like it is. Are you telling me that if you were the lead bidder on that item and were prepared to go to $600. You might even have had a $600 autobid locked in. Then someone comes along, asks for a buynow of $300 and the seller says yep, I'll sell it to you, too bad about Dejan you would honestly be happy with that? What Spider does on trademe.co.nz
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
3.4 s · $0.000408Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://help.trademe.co.nz/hc/en-us/community/posts/4413087529613-Trade-Me-Tip-Where-did-my-Buy-Now-go", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://help.trademe.co.nz/hc/en-us/community/posts/4413087529613-Trade-Me-Tip-Where-did-my-Buy-Now-go", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://help.trademe.co.nz/hc/en-us/community/posts/4413087529613-Trade-Me-Tip-Where-did-my-Buy-Now-go", {
return_format: "markdown",
});
console.log(page.content); What trademe.co.nz costs
Multiplied from the measured 22.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of trademe.co.nz.
The capture above took 3.4 s and cost $0.000408. The same call takes any URL on trademe.co.nz.