Context.dev

Active

by Orthogonal · Monid

Web scraping, search, AI product analysis, sitemap, screenshot.

ScrapingSearchData

Endpoints · 26

Base URLhttps://x402.orthogonal.com/context-dev
GET/web/fonts$0.03Scrape font information from a website including font families, usage statistics, fallbacks, and element/word counts.
GET/web/scrape/html$0.03Scrapes the given URL and returns the raw HTML content of the page.
GET/web/scrape/images$0.03Scrapes all images from the given URL. Extracts images from img, svg, picture/source, link, and video elements including inline SVGs, base64 data URIs, and stan
GET/web/scrape/markdown$0.03Scrapes the given URL, converts the HTML content to Markdown, and returns the result.
GET/web/scrape/sitemap$0.03Crawls the sitemap of the given domain and returns all discovered page URLs. Supports sitemap index files (recursive), parallel fetching with concurrency contro
GET/web/styleguide$0.03Extract a comprehensive design system from a website including colors, typography, spacing, shadows, and UI components.
POST/brand/ai/products$0.03Beta feature: Extract product information from a brand's website. We will analyze the website and return a list of products with details such as name, descripti
GET/brand/retrieve-by-email$0.03Retrieve brand information using an email address while detecting disposable and free email addresses. This endpoint extracts the domain from the email address
GET/brand/retrieve-by-isin$0.03Retrieve brand information using an ISIN (International Securities Identification Number). This endpoint looks up the company associated with the ISIN and retur
POST/brand/ai/query$0.03Use AI to extract specific data points from a brand's website. The AI will crawl the website and extract the requested information based on the provided data po
GET/web/naics$0.03Classify any brand into 2022 NAICS industry codes from its domain or name.
POST/web/search$0.03Performs an intelligent web search. Costs 1 credit per returned result.
POST/brand/prefetch$0.03Signal that you may fetch brand data for a particular domain soon to improve latency. This endpoint does not charge credits and is available for paid customers
GET/brand/retrieve-simplified$0.03Returns a simplified version of brand data containing only essential information: domain, title, colors, logos, and backdrops. This endpoint is optimized for fa
POST/brand/ai/product$0.03Beta feature: Given a single URL, determines if it is a product detail page, classifies the platform/product type, and extracts the product information. Support
GET/brand/transaction_identifier$0.03Endpoint specially designed for platforms that want to identify transaction data by the transaction title.
GET/brand/retrieve$0.03Retrieve logos, backdrops, colors, industry, description, and more from any domain
GET/brand/retrieve-by-name$0.03Retrieve brand information using a company name. This endpoint searches for the company by name and returns its brand data.
POST/brand/prefetch-by-email$0.03Signal that you may fetch brand data for a particular domain soon to improve latency. This endpoint accepts an email address, extracts the domain from it, valid
POST/people/retrieve$0.03Retrieve and normalize a person profile from identifiers such as LinkedIn URL.
GET/web/screenshot$0.03Capture a screenshot of a website. Supports both viewport (standard browser view) and full page screenshots.
POST/web/extract$0.03Crawl a website, use the provided JSON Schema and instructions to prioritize relevant internal links, and extract structured data from the selected pages.
GET/web/competitors$0.03Analyze a company's landing page and web search evidence to return direct competitors for the same product or market.
GET/brand/retrieve-by-ticker$0.03Retrieve brand information using a stock ticker symbol. This endpoint looks up the company associated with the ticker and returns its brand data.
POST/web/crawl$0.03Performs a crawl starting from a given URL, extracts page content as Markdown, and returns results for all crawled pages. Only follows links within the same dom
GET/web/sic$0.03Classify any brand into Standard Industrial Classification (SIC) codes from its domain or name.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/context-dev/web/fonts
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.03" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/context-dev/web/fonts \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.