Proxy for eBay
eBay states its position on automated access inside its own robots.txt, in prose, before a single rule. And it is markedly less willing than Amazon to talk to a server at all, which we checked rather than assumed.
What we measured, and what eBay says
- It refused us outright from a datacenter address. With a full browser header set we asked for the homepage and for a search results page, three times each, and every request came back 403. The same client with the same headers got a response from Amazon a second later. We cannot see eBay’s reasoning, but the address is the variable that differed from an ordinary visitor, and the practical conclusion is the same either way.
- It puts the policy in the robots file as prose. Before any rule, the file states that using robots or other automated means to access the site without express permission is strictly prohibited, and that automated access may be permitted solely so that search engines can index content. The wildcard section then runs to 234 rules.
- Its User Agreement names the modern cases explicitly. It prohibits using any robot, spider, scraper, data mining tool, data gathering and extraction tool or other automated means, and spells out buy-for-me agents, LLM-driven bots and end-to-end flows that place orders without human review.
- It separately prohibits harvesting. The same section bars collecting or using information about users without their consent, which covers a good deal of what people mean by seller research.
Which of our products fits which eBay job
The measurement above rules one of our products out before the table even starts.
| What you are doing | What we would use | Why that one |
|---|---|---|
| Running one seller account, or many | ISP, one fixed address per account | Accounts hold listings, feedback and payouts, and they want a consumer-looking address that never moves. Where there are several, one address each is the whole point: a shared connection is the simplest link between accounts meant to stand alone. |
| Checking listings or prices in another country | Residential in that country | eBay sites are national and so are prices and shipping. This is the ordinary, uncontroversial use and it costs very little by the gigabyte. |
| Any automated reading of eBay pages | Residential, and read both documents first | Datacenter addresses did not get a page at all in our test. Beyond the technical question sits a robots file and a user agreement that both address this directly. |
| Your own infrastructure that never touches eBay | Datacenter IPv4 | Fine for anything else in your stack. We are not recommending it against eBay itself on the strength of what we saw. |
One thing we will not do is quote eBay’s API limits at you. Their developer documentation answered 403 to every request we made, so we cannot verify the numbers, and we are not going to repeat figures we have not checked. If you build on their APIs, read the limits in your own developer account.
Setting it up
eBay has no proxy setting. The proxy goes into the browser profile holding a seller account, or into the client doing the reading.
# Browser profile for a seller account, on a fixed address:
Type SOCKS5
Host 198.51.100.20
Port 50100
# Looking at a listing as a shopper in Germany would:
curl -x socks5://login_c_DE:password@proxy.sotaproxy.com:10000 \
https://www.ebay.de/itm/EXAMPLE
# Repeat our measurement yourself, from wherever you are:
curl -o /dev/null -w "%{http_code}\n" https://www.ebay.com/- Keep a seller account on one address, in the country it trades from. Feedback and payouts make it the account you least want reviewed.
- Match the eBay site to the country of the exit. Reading ebay.de through a United States address tells you less than it appears to.
- Run the two commands above before sizing anything. Our result is from one datacenter address on one day; yours is the one that matters.
- If your plan involves reading pages at volume, the robots file and the user agreement are the documents that decide it, not the proxy.
What to buy for eBay
Prices are entry prices and fall with volume. Note which of our products is missing from the top of this list and why.
Residential proxies
from $2.00 per GB, 220+ countries
The default here, because household addresses are what eBay actually serves.
- Household addresses in more countries than anything else we sell, which matters when eBay sites are national
- Country selection down to the market you care about
- Billed by traffic, so an occasional price check costs pennies
- A session ends when the household device drops, one hour at most
- Changes nothing about the robots file or the user agreement, which is where the real constraint sits
ISP proxies
from $2.30 per IP per month, 24 countries
For a seller account that should sign in from the same consumer address every day.
- Registered to a consumer provider and fixed for the whole term
- Traffic is not metered, which suits a seller hub left open
- Cheap enough per month that stability costs almost nothing
- 24 countries
- Does nothing for reading pages at volume, and nothing for a seller performance problem
Datacenter IPv4
from $1.50 per IP per month, 41 countries
For the rest of your stack. Not for pointing at eBay, on the evidence above.
- The cheapest stable address we sell
- Traffic is not metered
- Perfectly good for every other destination that does not classify it away
- In our test it got 403 from eBay on the homepage and on search, three times out of three
- Wrong signal under a seller login even where it does connect
Datacenter is the cheapest thing we sell and the obvious first purchase, which is why the measurement sits next to it rather than in a footnote. If your own network gets a different result from ours, trust yours and tell us.
Where people go wrong
Starting with the cheapest address
Datacenter is the obvious first purchase and, on the evidence we gathered, the one least likely to return a page here. Test before you scale, not after.
Skipping the top of the robots file
Most people jump to the rules. eBay wrote its position in plain sentences above them, including that automated access is meant for search engine indexing.
Assuming an agent is a loophole
The user agreement names buy-for-me agents and LLM-driven bots directly. Whatever you call the software, the clause has already accounted for it.
Putting a seller account behind a rotating pool
A seller account wants the dullest, most consistent address you can give it. Rotation is for reading, never for the account that holds your payouts.
What a proxy will not do here
It will not change a user agreement that names scrapers, data mining tools and LLM-driven bots in the same sentence, it will not restore a restricted seller account, and it will not turn a datacenter address into one eBay wants to talk to. What it does is give a seller account a stable consumer address and let you see a national eBay site from inside that country. This page is shorter on API detail than the others because we could not read eBay’s developer documentation to check it, and we would rather leave a gap than fill it with numbers we have not verified.
Questions people actually type
Does eBay block datacenter proxies?
In our test, yes, and completely. From a datacenter address with a full browser header set, the homepage and a search page both returned 403, three attempts each. The same client reached Amazon seconds later. Run the same two commands from your own network before planning around it.
Which proxy is best for eBay?
Residential, in the country whose eBay site you are looking at, because that is what the site actually serves and because prices and shipping are national. ISP for a seller account that needs one steady address.
Is scraping eBay allowed?
eBay answers this in two places. Its robots.txt says in prose that using robots or automated means without express permission is strictly prohibited, and that automated access exists so search engines can index content. Its user agreement prohibits robots, spiders, scrapers, data mining tools and, explicitly, LLM-driven bots and buy-for-me agents. That is unusually direct, and it is a contractual question rather than a technical one.
Can I use a proxy for a second eBay seller account?
A proxy keeps two accounts off one connection, which is one of several ways eBay could relate them. We are not going to tell you what eBay permits in terms of account numbers, because the policy page would not load for us to read and we do not quote what we cannot check. Read it in your own account.
What are eBay API rate limits?
We do not know, and we are not going to guess. Their developer documentation returned 403 to every request we made, so the figures other pages quote are ones we cannot verify. Check the limits inside your own developer account.
Why is this page shorter on detail than your others?
Because two of the documents we would normally quote were not readable to us. We would rather say that than pad the page out with material we have not confirmed.
Where the claims above come from
Two primary documents plus one measurement of our own. Fewer than most pages here, because eBay’s developer documentation and several policy pages refused our requests, and we do not cite what we cannot open.
- eBay robots.txtUnusual and worth opening. Above the rules, in ordinary sentences, eBay states that using robots or other automated means without express permission is strictly prohibited and that automated access may be permitted solely so search engines can index content. The wildcard section below that runs to 234 rules.
- eBay User AgreementThe clause prohibiting robots, spiders, scrapers, data mining tools and other automated means, which names buy-for-me agents, LLM-driven bots and order flows without human review. A separate clause bars harvesting or collecting information about users without consent.
- Our own measurement, September 2026From a datacenter address, with a full browser header set, the homepage and a search results page each returned 403 on three consecutive attempts. The same client and headers received a response from Amazon immediately afterwards. One address, one day, and repeatable in two curl commands from wherever you are.