Uniswap Token List Scraper
Pricing
from $7.50 / 1,000 results
Uniswap Token List Scraper
Pull the full Uniswap default token list spanning Ethereum, Arbitrum, Optimism, Polygon, and Base. Returns chainId, address, name, symbol, decimals, and logo URI. Filter by chain or symbol substring. Useful for DEX integrations, wallet builders, and crypto research dashboards.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

๐ฆ Uniswap Token List Scraper
๐ Export the official Uniswap token list in seconds. Verified ERC-20 tokens with chain IDs, addresses, symbols, decimals, and logos โ direct from the canonical tokens.uniswap.org endpoint.
๐ Last updated. 2026-06-05 ยท ๐ 8 fields per record ยท every token in the Uniswap default list, spanning Ethereum and major L2s ยท Public API ยท No login required
The Uniswap Token List Scraper turns the Uniswap Default Token List public endpoint into a clean, structured dataset. It queries the source live, normalizes the response into one row per record, and pushes the result into an Apify dataset you can download or pipe to your warehouse.
Every token in the Uniswap default list, spanning Ethereum and major L2s are covered in a single run, with stable field names and null-safe parsing.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ DeFi devs | Bootstrap a swap UI allowlist |
| ๐ Data teams | Track which assets Uniswap considers canonical |
| ๐ค Trading bots | Hot-load token addresses across chains |
| ๐งฎ Quants | Cross-reference symbols against on-chain liquidity |
๐ What the Uniswap Token List Scraper does
- Calls the public Uniswap Default Token List endpoint with the parameters you supply.
- Parses the response and flattens each record into a single dataset row.
- Casts numeric fields to numbers where applicable for clean spreadsheet imports.
- Surfaces rate-limit or upstream errors as a single-row
errorrecord instead of crashing. - Exports to every Apify dataset format supported in the UI.
๐ก Why it matters. The raw Uniswap Default Token List response is great for API consumers but awkward for spreadsheets and BI tools. This actor normalizes the shape so the data drops straight into pandas, BigQuery, or a Google Sheet.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
chainId | integer | No | Filter by EVM chain ID (e.g. 1 = Ethereum, 10 = Optimism, 137 = Polygon, 42161 = Arbitrum). Leave empty for all chains. |
symbolFilter | string | No | Filter by symbol substring (case insensitive). Leave empty for all tokens. |
maxItems | integer | No | Free users. 10. Paid users. up to 1,000,000. Prefill. 10. |
Example 1.
{"chainId": 1,"symbolFilter": "example","maxItems": 10}
Example 2.
{"chainId": 1,"symbolFilter": "example","maxItems": 50}
โ ๏ธ Good to Know. This actor calls the public Uniswap Default Token List endpoint with no authentication required. Upstream rate limits apply; if the source returns a limit notice, you will see it as a single
errorrecord in your dataset.
๐ Output
Each record is a flat object. error is always last.
| Field | Type | Description |
|---|---|---|
๐น chainId | string | Field from the Uniswap Default Token List response. |
๐น address | string | Field from the Uniswap Default Token List response. |
๐น name | string | Field from the Uniswap Default Token List response. |
๐น symbol | string | Field from the Uniswap Default Token List response. |
๐น decimals | string | Field from the Uniswap Default Token List response. |
๐น logoURI | string | Field from the Uniswap Default Token List response. |
๐น scrapedAt | string | Field from the Uniswap Default Token List response. |
๐น error | string | Set if the upstream response was an error or rate-limit. |
Sample record.
{"chainId": "sample_chainId","address": "sample_address","name": "sample_name","symbol": "sample_symbol","decimals": "sample_decimals","logoURI": "sample_logoURI","scrapedAt": "sample_scrapedAt","error": null}
โจ Why choose this Actor
| ๐ | Works with the public Uniswap Default Token List endpoint. No API key, no signup. |
| ๐งน | Clean field names, ready for BI tools. |
| ๐ข | Numeric strings cast to real numbers where it makes sense. |
| ๐ | Upstream errors and rate limits surface as a clean error record. |
| ๐ | One-click export to every Apify dataset format. |
| ๐พ | Push to dataset, then pipe to BigQuery, Snowflake, Postgres, or Google Sheets. |
๐ How it compares to alternatives
| Approach | Setup time | Clean shape | Pagination | Error handling |
|---|---|---|---|---|
Roll your own fetch | 30 min + | โ | manual | manual |
| Copy-paste from the browser | 5 min, fragile | โ | โ | โ |
| This Actor | 5 sec, no install | โ | โ | โ |
๐ How to use
- Click Try for free.
- Fill in the input (or leave defaults).
- Click Start.
- Within seconds, the dataset is ready for download or integration.
๐ผ Business use cases
๐ Analytics. Pipe records into your warehouse and join against internal data for cross-source dashboards.
๐ค Automation. Trigger this actor on a schedule, then push results to Slack, Airtable, or Google Sheets.
๐งช Research. Snapshot the public state of Uniswap Default Token List on a date and archive it for reproducible studies.
๐ฐ Editorial. Verify quotes, numbers, or records cited in stories with a one-click fresh pull.
๐ Automating Uniswap Token List Scraper
- Make / Zapier. Trigger this actor on a schedule, push results to Slack, Airtable, Google Sheets, or anywhere else.
- Cron schedule. Use the native Apify scheduler to run on any cadence.
- Webhooks. Get a POST to your endpoint the moment a run finishes.
- Pipe to BigQuery / Snowflake / Postgres. Native Apify integrations move datasets straight into your warehouse.
๐ Beyond business use cases
๐ Education. Build classroom datasets without paying for a commercial feed.
๐งช Personal research. Track changes in the source over time on your own schedule.
๐ค Non-profit and open data. Build public dashboards without writing client code.
๐งฐ Tinkering and prototyping. Wire up a fresh data feed in seconds to test a new chart or model.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor's inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
โ Frequently Asked Questions
โ Do I need an API key? No. This actor calls the public Uniswap Default Token List endpoint with no authentication required.
โ Is there a rate limit? The upstream source may rate-limit aggressive use. If you hit a limit, the actor pushes a single error record rather than crashing.
โ Which formats can I download? Every format Apify's dataset UI supports.
โ Are values cast to numbers? Where the source returns numeric strings for numeric fields, yes.
โ How do you handle upstream errors? A single record with a populated error field is pushed, then the actor exits cleanly.
โ Can I schedule runs? Yes. Use Apify's native scheduler, Make, Zapier, or cron.
โ Is this scraping or API? API. The Uniswap Default Token List endpoint is fully public; this actor only normalizes the response.
โ Will the schema change? Core fields are stable. Optional fields surface as null when the source omits them.
โ How fresh is the data? Each run hits the live endpoint, so the data is as fresh as the source allows.
โ Can I filter the output? Yes. The input fields above let you narrow the result set before it lands in your dataset.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.