Getting Started
Learn how to integrate Norns.ai’s powerful web scraping and mapping capabilities into your applications.Authentication
All API requests require an API key passed in the Authorization header:Core APIs
Web Scraping API
Web Scraping API
Convert any webpage into clean markdown with our scraping endpoint.The API returns the page content in markdown format along with metadata like title and description.
Each scrape consumes 1 credit from your account.
Website Mapping API
Website Mapping API
Map entire websites and their structure with our mapping endpoint.Optional parameters:
limit
: Maximum pages to crawl (1-5000)ignoreSitemap
: Skip sitemap parsingincludeSubdomains
: Include subdomain pagessitemapOnly
: Only parse sitemapenrichLinks
: Add additional metadata to links
Usage Examples
Content Migration
Use the scraping API to migrate content from an old website to a new platform while preserving formatting.
Site Analysis
Map your website’s structure to understand content organization and identify
broken links.
Content Indexing
Create a searchable index of your website’s content using our markdown output.
Documentation Tools
Build documentation tools that can automatically extract and format web content.
Error Handling
The API returns standard HTTP status codes:400
: Bad Request (invalid parameters)401
: Unauthorized (missing or invalid API key)500
: Server Error
- Insufficient credits
- Invalid URL format
- Invalid JSON payload
- Missing required parameters
Rate Limiting and Credits
- Each API call consumes credits from your account
- Scraping: 1 credit per request
- Mapping: 5 credits per request
- Monitor your credit usage in the dashboard
- Purchase additional credits as needed