ParseForge Scrapers

RWA.xyz Tokenized Assets Scraper

parseforge/rwa-xyz-tokenized-assets-scraper

AutomationIntegrationsBusiness

Scrapes tokenized real-world asset listings from RWA.xyz. Filter by asset class and network, and get each asset as a flat row with issuer, TVL, yield, and chain details.

Run this scraper See the API call
Total users
3
Monthly active
0
Total runs
98
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

RWA.xyz Tokenized Assets Scraper

Scrape tokenized real-world asset data from RWA.xyz, filtered by asset class and network. Collect up to a million records per run, each with issuer details, total value locked, yield, and chain information. Export to CSV, JSON, Excel, or XML.

RWA.xyz tracks the on-chain activity of tokenized real-world assets, but manually pulling data across treasuries, private credit, stablecoins, and other classes is slow and repetitive. This Actor reads the public asset listings directly, letting you filter by asset class and network name, and returns every matching record in one consistent schema. No API key or custom integration is required.

Who uses it What they scrape RWA.xyz for
DeFi analysts Monitor the total value locked and growth of tokenized treasuries and private credit markets.
Institutional researchers Track which traditional financial institutions are issuing tokenized assets and on which chains.
Crypto fund managers Screen stablecoin and commodity token issuers by yield, collateral, and network reach.
Blockchain ecosystem teams Identify which real-world asset protocols are deploying on their network versus competitors.

What it does

This Actor collects tokenized asset listings from RWA.xyz by asset class and optional network filter, and returns each one as a flat row.

  • ๐Ÿฆ Asset class filtering: Treasuries, private credit, stablecoins, commodities, real estate, and equities.
  • ๐ŸŒ Network targeting: Optional partial match on network name to isolate assets on Ethereum, Polygon, Solana, or any chain.
  • ๐Ÿ“Š Scalable collection: Set a maximum from 1 to 1,000,000 assets per run to fit your research scope.
  • ๐Ÿ“ Structured output: Every record arrives with issuer, TVL, yield, chain, and asset class in a flat, predictable schema.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with RWA.xyz data

๐Ÿ“ˆ Monitor tokenized treasury growth.

A DeFi analyst runs the Actor weekly on the treasuries class to track new issuers and total value locked changes, feeding a market intelligence dashboard.

๐Ÿข Map institutional issuance activity.

An investment researcher scrapes private credit assets across all networks to identify which traditional firms are moving on-chain and on which chains.

๐Ÿ’ต Screen stablecoin yield opportunities.

A crypto fund manager collects stablecoin listings, filters by network, and compares yield and collateral data to inform allocation decisions.

๐Ÿ”— Audit chain-level RWA adoption.

A blockchain ecosystem team scrapes all asset classes with a network filter for their chain to measure protocol deployment against competing networks.

Why choose this scraper

What you get
Asset class coverage Six classes including treasuries, private credit, and stablecoins
Network filtering Partial match on chain name to narrow results to one ecosystem
Scalable runs Collect anywhere from a single asset to a million per execution
No API key Reads public RWA.xyz data directly with no registration or authentication

How it compares

No other Store actor targets RWA.xyz the same way, so the honest comparison is with the alternatives teams actually weigh.

RWA.xyz Tokenized Assets Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When RWA.xyz changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor by selecting an asset class and optionally filtering by network name, and the scraper collects only the matching tokenized asset records. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the RWA.xyz Tokenized Assets Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to RWA.xyz through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/rwa-xyz-tokenized-assets-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your asset class selection matches available listings on RWA.xyz. If you used the network filter, try removing it or broadening the partial match, as a very specific string may exclude all assets.

The run stopped before reaching my maxItems limit.

The Actor collects all available assets for the chosen class and network combination. If fewer assets exist than your maxItems value, the run finishes early. Try a different asset class or remove the network filter.

Some fields are empty in my dataset.

RWA.xyz may not have every data point for every asset. Empty fields reflect missing information at the source. This is expected behavior and not a scraping error.

The network filter is not returning the chain I expected.

The filter does a partial string match. Entering 'eth' will match Ethereum but also any network name containing 'eth'. Use a more specific string like 'ethereum' to narrow results.

FAQ

Question Answer
What asset classes can I scrape? You can choose from treasuries, private credit, stablecoins, commodities, real estate, and equities. The asset class selector in the input lets you pick one per run.
Can I filter by a specific blockchain network? Yes. The optional network field accepts a partial match, so entering 'polygon' will return assets on Polygon, and 'eth' will match Ethereum and any network containing that string.
How many records can I collect in one run? You set the maximum with the maxItems field, from 1 up to 1,000,000. The Actor stops when it reaches your limit or exhausts the available listings.
Do I need an API key or login for RWA.xyz? No. This Actor reads the publicly available asset data from RWA.xyz directly. No account, API key, or authentication is required.
What data fields does each asset record include? Each row returns the issuer name, asset class, network, total value locked, yield, and other on-chain metrics. The exact field list is visible in the sample output on the Actor's page.
Can I scrape multiple asset classes in one run? The Actor scrapes one asset class per run. To collect multiple classes, run the Actor once per class and merge the datasets afterward.
How often is the data refreshed? The Actor pulls live data from RWA.xyz on each run. Schedule recurring runs through Apify's scheduler to build a time series of asset listings.
What export formats are supported? Your dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform after the run completes.
Is this an official RWA.xyz product? No. This is an independent scraper built on Apify that reads publicly available data from RWA.xyz. It is not affiliated with or endorsed by RWA.xyz.

Related actors

  • defillama-scraper: Use this to scrape DeFi protocol TVL and chain-level metrics from DefiLlama instead of tokenized asset data.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by RWA.xyz. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many tokenized assets to collect per run. 10
assetClass string (6 options) Asset class to scrape. treasuries
network string Optional, partial match on network name. not set

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~rwa-xyz-tokenized-assets-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run RWA.xyz Tokenized Assets Scraper on Apify All scrapers