What happened
PandaBuy was, for several years, the default agent in this hobby. Spreadsheets were written around it, Reddit threads linked to it, Discord servers had channels of nothing else. In April 2024 it was seized by authorities and it has not reopened. WeGoBuy, the other name that appeared in older sheets, shut in 2025.
The consequence is a large body of community documentation pointing at checkouts that no longer resolve. People assume the finds are gone with the agents. Mostly they are not.
Why the links are still useful
A PandaBuy URL was never the product. It was a wrapper around a numeric ID belonging to a listing on Taobao, Weidian or 1688 — and that listing usually still exists, run by the same seller, at roughly the same price.
Recovering it is mechanical. Extract the ID and source platform from the dead URL, then rebuild it in the format a trading agent expects. The converter does both steps, and it accepts dead agent links as input specifically for this.
Doing it
One link
Paste the dead URL into the converter. It reads the ID out of the PandaBuy or WeGoBuy format and returns working links for 18 agents. Pick one and check the listing loads with a sensible price.
A whole spreadsheet
Work through it in passes rather than link by link. Sort by category and start with staples — basics and standard colourways survive best, because sellers keep them listed for years. Seasonal and hyped items have the highest delist rate, so leave those for last and accept losses there.
Verify as you go. A rebuilt link that loads a page with a plausible price is recovered. One that loads an error, or a listing at a wildly different price, means the seller changed something and the entry needs replacing rather than converting.
When the ID itself is dead
If the listing is genuinely gone, you are looking for the same item from a different seller rather than repairing a link. Two routes: search Taobao with the Chinese product name — copy it from any surviving listing of the same item — or check the supplier catalogues, where 29 albums cover most categories and the specialist ones carry archive colourways the general albums drop.
Reading a dead link's format
Old links come in a few recognisable shapes, and knowing which you have tells you what to expect.
| Shape | Where the ID is | Recoverable |
|---|---|---|
| PandaBuy wrapped URL | Percent-encoded original URL in a parameter | Yes — platform and ID both survive |
| WeGoBuy wrapped URL | Same pattern | Yes |
| Bare Taobao or Weidian link | Directly in id= or itemID= | Yes, and nothing was ever broken |
Shortened m.tb.cn link | Behind a redirect | Only by opening it — browsers cannot follow these programmatically |
| Screenshot with no link | Nowhere | No. Search by image or product name instead |
Shortened links are the tedious case. Nothing running in a browser tab can expand them, because the redirect is blocked by cross-origin rules. Open each one, let the real page load, then copy the address from the bar. There is no way around it and no tool that does it for you.
Which agent to rebuild against
Any of them, but the choice has consequences worth a minute's thought. MuleBuy and Joyagoo hold the highest verified Trustpilot scores at 4.7 and 4.6. CNFans is the most-tested at 4.2 across 13,300 reviews but has the shortest free storage window here at 60 days — which matters if you are rebuilding a large sheet and intend to buy across several weeks.
The agent comparison has the full table. The short version is that six of eight charge nothing on the order, so pick on rating and storage window rather than fees.
What the closures changed about how people share finds
The visible consequence of April 2024 was a lot of broken links. The less visible one was a shift in how the community stores finds at all, and it is still working through.
Sheets written before the seizure almost universally stored a single agent link per row, because there was a default agent and no reason to imagine it disappearing. Sheets written since increasingly store the raw Taobao or Weidian URL, or the bare numeric ID with a platform column beside it, and leave the agent choice to whoever is reading. That is strictly better and it took an agent being seized for it to become normal.
It also changed what a "good" spreadsheet looks like. The ones that hold value now are those carrying a screenshot alongside each entry, because an image survives a delisting in a way a link does not — when the listing goes, the picture is what lets you find the same item from another seller. Sheets that are nothing but a column of agent URLs are one closure away from being worthless again.
Keeping the rebuilt sheet from dying again
The mistake that created this problem was storing agent links instead of source links. Do it the other way round.
- Store the source URL — the Taobao, Weidian or 1688 address. It survives any agent closing.
- Store the numeric ID in its own column. If a URL format changes, the ID still rebuilds.
- Note the platform alongside it. Taobao, Weidian and 1688 IDs look alike and are not interchangeable.
- Keep a screenshot. When a listing is delisted, an image is what lets you find it elsewhere.
- Generate agent links on demand rather than storing them. That is a five-second operation and it means the next closure costs you nothing.
A sheet built that way would have survived both PandaBuy and WeGoBuy without a single edit.