Skip to main content
AI Studio  add-on for Spider.
fool.com · HTTP 200

The Motley Fool Scraper

Spider read fool.com in 130 ms without a browser and returned 237 lines of clean markdown, including sections like "Cumulative Growth of a $10k Investment in Stock Advisor", "Stock Advisor" and "Epic".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response fool.com/index.md markdown · 237 lines
#### Cumulative Growth of a $10k Investment in *Stock Advisor*Calculated by Time-Weighted Return since 2002. Volatility profiles based on trailing-three-year calculations of the standard deviation of service investment returns.*Stock Advisor returns as of March 10, 2026.## 5 Stocks to Consider (And 3 Actions to Take) in a Pricey MarketMotley Fool co-founder and CEO Tom Gardner shares his 5 stock picks for long-term investors in today's richly priced market.Three are rated cautious, one moderate, and one aggressive. Plus, why Tom believes every investor needs at least 50 stocks in their portfolio.## Investing Solutions Designed To Make Money Over The Long TermThe Motley Fool offers a range of services designed to help you achieve your financial goals. We recommend investors buy 50 stocks and hold them for at least 5 years.### Stock AdvisorIntroduction to TMF’s investing philosophy, backed by monthly stock recommendations, our top ETFs, and core financial planning guidance.* Access to top 10 stock to buy now* AI-powered stock scoring with Moneyball* Monthly stock rankings, foundational stocks, Fool24 live coverage, limited access to FoolIQ, GamePlan, and more.### EpicThe home plate for individual investors, equipped with the Epic Portfolio, monthly stock picks, and AI-powered tools and research to supercharge your investing journey.* NEW *Epic Portfolio* and Match Calculator* Monthly stock rankings, foundational stocks, Fool24 live coverage* + Quant 5Y scoring, expanded top stock rankings, portfolio allocation, full access to FoolIQ & GamePlan.### Epic PlusUnlock additional research and recommendations, covering trends, international, value, options trading, and an introduction to Tom Gardner’s portfolio management.* 8 stock picks + Daily Moneyball Recs* AI-Powered stock scoring with Moneyball & Moneyball Daily Stock Picks (250+ Annually!)
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on fool.com.

motley-fool-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://www.fool.com/investing/stock-market/");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Article titleAuthorStock picksPublished dateCategoryTicker mentionsRatingSummary

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What fool.com costs to scrape.

The capture above cost $0.000567 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://fool.com/", "return_format": "markdown"}'

More Finance scrapers.

Start scraping fool.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.