Base Token List Scraper
Pricing
from $7.50 / 1,000 results
Base Token List Scraper
Tap the official Base bridge token list and return every supported asset with chainId, address, name, symbol, decimals, and logo URI. Filter by chain ID or symbol substring. Handy for wallet integrations, DEX listings, portfolio tools, and on chain analytics workflows.
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

πͺ Optimism Token List Scraper
π Export the full Optimism cross-chain token list in seconds. Verified ERC-20 tokens with chain IDs, contract addresses, symbols, and decimals β direct from the public Optimism CDN.
π Last updated. 2026-06-05 Β· π 9 fields per record Β· thousands of verified ERC-20 tokens across L1 Ethereum, Optimism, Base, and Mode Β· Public API Β· No login required
The Optimism Token List Scraper turns the Optimism 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.
Thousands of verified ERC-20 tokens across L1 Ethereum, Optimism, Base, and Mode are covered in a single run, with stable field names and null-safe parsing.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| π DeFi devs | Bootstrap a token allowlist for swap UIs |
| π Data teams | Inventory every L2-bridged token |
| π€ Bots | Hot-load token metadata at startup |
| π Researchers | Audit which assets are canonical on each chain |
π What the Optimism Token List Scraper does
- Calls the public Optimism 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 Optimism 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, 8453 = Base). 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 Optimism 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 Optimism Token List response. |
πΉ address | string | Field from the Optimism Token List response. |
πΉ name | string | Field from the Optimism Token List response. |
πΉ symbol | string | Field from the Optimism Token List response. |
πΉ decimals | string | Field from the Optimism Token List response. |
πΉ logoURI | string | Field from the Optimism Token List response. |
πΉ extensions | string | Field from the Optimism Token List response. |
πΉ scrapedAt | string | Field from the Optimism 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","extensions": "sample_extensions","scrapedAt": "sample_scrapedAt","error": null}
β¨ Why choose this Actor
| π | Works with the public Optimism 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 Optimism 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 Optimism 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 Optimism 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 Optimism 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.