/marketwatch/articleapiKey2 credits/requestGet MarketWatch article content
Returns public MarketWatch article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's MarketWatch API endpoints to extract supported public MarketWatch data as structured JSON. This documentation covers 5 active endpoints including Get MarketWatch article content, Get a MarketWatch author profile, Get MarketWatch section headlines, Get MarketWatch top stories, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url, section, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/marketwatch/article" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/marketwatch/articleapiKey2 credits/requestReturns public MarketWatch article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/marketwatch/authorapiKey2 credits/requestReturns one MarketWatch author's public profile: name, job title, bio, and their recent articles.
Required params: None
/marketwatch/headlinesapiKey1 credit/requestReturns fresh headlines from one public MarketWatch section.
Required params: section:query
/marketwatch/newsapiKey1 credit/requestReturns fresh MarketWatch stories from the public Top Stories RSS feed.
Required params: None
/marketwatch/sectionsapiKey1 credit/requestReturns the public MarketWatch editorial section inventory.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get MarketWatch article content | /marketwatch/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a MarketWatch author profile | /marketwatch/author | GET | 2 credits/request | None | View docs | Try endpoint |
| Get MarketWatch section headlines | /marketwatch/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get MarketWatch top stories | /marketwatch/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get MarketWatch sections | /marketwatch/sections | GET | 1 credit/request | None | View docs | Try endpoint |