VOOZH about

URL: https://apify.com/parseforge/pendle-finance-markets-v2-scraper

⇱ Pendle Finance Markets Scraper Β· Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

Pendle Finance Markets Scraper

Survey Pendle yield markets across Ethereum, Arbitrum, Optimism, Base, BNB, Mantle, and Sonic. Returns market name, contract address, underlying asset, expiry, APY, and liquidity stats. Great for DeFi yield research, pricing models, and structured product comparison.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

πŸ‘ ParseForge Banner

πŸ“ˆ Pendle Finance Markets Scraper

πŸš€ Export Pendle Finance yield markets in seconds. PT/YT/SY tokens, implied and underlying APYs, liquidity, and expiries β€” direct from the public Pendle v2 API.

πŸ•’ Last updated. 2026-06-05 Β· πŸ“Š 11 fields per record Β· every active Pendle market with full token, APY, and liquidity metadata Β· Public API Β· No login required

The Pendle Finance Markets Scraper turns the Pendle Finance v2 API 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 active Pendle market with full token, APY, and liquidity metadata are covered in a single run, with stable field names and null-safe parsing.

🎯 Target AudienceπŸ’‘ Primary Use Cases
πŸ’° Yield farmersCompare implied vs underlying APY across markets
πŸ“Š Quant teamsBacktest fixed-yield strategies
πŸ€– DeFi botsWatch for arbitrage between PT and YT
🏦 TreasuriesLock fixed yield on stablecoin holdings

πŸ“‹ What the Pendle Finance Markets Scraper does

  • Calls the public Pendle Finance v2 API 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 error record instead of crashing.
  • Exports to every Apify dataset format supported in the UI.

πŸ’‘ Why it matters. The raw Pendle Finance v2 API 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

FieldTypeRequiredDescription
chainIdintegerNoEVM chain ID Pendle is deployed on.
maxItemsintegerNoFree users. 10. Paid users. up to 1,000,000. Prefill. 10.

Example 1.

{
"chainId":1,
"maxItems":10
}

Example 2.

{
"chainId":1,
"maxItems":50
}

⚠️ Good to Know. This actor calls the public Pendle Finance v2 API endpoint with no authentication required. Upstream rate limits apply; if the source returns a limit notice, you will see it as a single error record in your dataset.

πŸ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
πŸ”Ή namestringField from the Pendle Finance v2 API response.
πŸ”Ή addressstringField from the Pendle Finance v2 API response.
πŸ”Ή expirystringField from the Pendle Finance v2 API response.
πŸ”Ή ptstringField from the Pendle Finance v2 API response.
πŸ”Ή ytstringField from the Pendle Finance v2 API response.
πŸ”Ή systringField from the Pendle Finance v2 API response.
πŸ”Ή underlyingApystringField from the Pendle Finance v2 API response.
πŸ”Ή impliedApystringField from the Pendle Finance v2 API response.
πŸ”Ή liquiditystringField from the Pendle Finance v2 API response.
πŸ”Ή scrapedAtstringField from the Pendle Finance v2 API response.
πŸ”Ή errorstringSet if the upstream response was an error or rate-limit.

Sample record.

{
"name":"sample_name",
"address":"sample_address",
"expiry":"sample_expiry",
"pt":"sample_pt",
"yt":"sample_yt",
"sy":"sample_sy",
"underlyingApy":"sample_underlyingApy",
"impliedApy":"sample_impliedApy",
"liquidity":"sample_liquidity",
"scrapedAt":"sample_scrapedAt",
"error":null
}

✨ Why choose this Actor

| πŸ†“ | Works with the public Pendle Finance v2 API 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

ApproachSetup timeClean shapePaginationError handling
Roll your own fetch30 min +❌manualmanual
Copy-paste from the browser5 min, fragile❌❌❌
This Actor5 sec, no installβœ…βœ…βœ…

πŸš€ How to use

  1. Click Try for free.
  2. Fill in the input (or leave defaults).
  3. Click Start.
  4. 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 Pendle Finance v2 API 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 Pendle Finance Markets 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 Pendle Finance v2 API 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 Pendle Finance v2 API 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

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.
ParseForge NBA Stats ScraperPlayer 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.

You might also like

DeFi Yield & APY Scraper

intelscrape/defi-yield-scraper

Scrape real-time DeFi yields, APYs, TVL, and protocol data across Ethereum, Arbitrum, Base, Polygon, and more. Perfect for yield farming research, risk analysis, and portfolio optimization.

DeFiLlama Yield Pools Scraper

parseforge/defillama-yields-pools-v2-scraper

Fetch live yield farming pools from DeFiLlama with filters for chain, project, symbol, minimum TVL, minimum APY, and stablecoin only. Returns pool id, project, symbol, chain, TVL in USD, APY, base APY, reward APY, and IL risk. Useful for yield hunting and DeFi screening.

Blockchain Explorers Scraper

parseforge/blockchain-explorers-scraper

Collect wallet transactions across Ethereum, BNB Chain, Polygon, Arbitrum, Optimism, Base, Avalanche, and Bitcoin. Returns structured records with sender/receiver labels, token transfers, fees, and method details for analytics, compliance, and monitoring.

Curve Finance Pools Scraper

parseforge/curve-finance-pools-scraper

Tap the Curve Finance API and pull liquidity pool data across supported chains. Each record returns pool name, contract address, token composition, virtual price, USD volume, TVL, APY, pool type, gauge, and chain. Useful for DeFi yield analytics and pool comparison dashboards.

DefiLlama Scraper

gio21/defillama-scraper

Scrape DefiLlama TVL data: protocols, chains, and yield pools. Returns TVL, APY, chain, project, symbol, audits, and more. Useful for DeFi analytics, yield farming research, treasury management, and crypto market intelligence.

Birdeye Trending Token Scraper

parseforge/birdeye-token-trending-scraper

Surface trending tokens on Solana, Ethereum, Arbitrum, Base, BSC, and more from Birdeye. Each token carries address, symbol, name, price, volume_24h, liquidity, market_cap, and chain. Sort by 24h volume, liquidity, market cap, or change. Great for memecoin discovery and DeFi research.

RWA.xyz Tokenized Assets Scraper

parseforge/rwa-xyz-tokenized-assets-scraper

Pull tokenized real world asset listings from RWA.xyz. Each record returns asset name, ticker, issuer, network, asset class, TVL, yield APY, holders, custodian, and launch date. Filter by asset class or network for institutional DeFi research and tokenization market tracking.