Connect to the Neural Web.
Integrate WebLens intelligence into your own applications and websites.
01 Add Your Website
Simply search for your website URL on the home page. Our parallel crawler will automatically identify your domain, extract metadata, and begin recursive indexing of all internal pages.
Start Indexing Now →Embed Search Bar
Add a WebLens-powered search bar to your site. This code creates a stylized search input that directs users to our neural intelligence results.
<!-- WebLens Search Embed -->
<form action="https://index.motorcycles/search" method="GET" style="display:flex; gap:10px;">
<input type="text" name="q" placeholder="Search the web..."
style="padding:10px 20px; border:1px solid #ddd; border-radius:12px; flex:1;">
<button type="submit"
style="background:#6366f1; color:white; border:none; padding:10px 24px; border-radius:12px; font-weight:bold; cursor:pointer;">
Search
</button>
</form>
"Indexed on INDEX" Badge
Show your users that your site is part of the global neural network. Replace YOUR_SITE_URL with your actual encoded domain.
<!-- WebLens Badge -->
<a href="https://index.motorcycles/site/https%3A%2F%2Fexample.com" target="_blank" style="text-decoration:none;">
<div style="background:white; border:1px solid #e2e8f0; padding:8px 16px; border-radius:99px; display:inline-flex; align-items:center; gap:8px; box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);">
<span style="width:8px; h:8px; background:#10b981; border-radius:50%;"></span>
<span style="font-family:sans-serif; font-size:11px; font-weight:bold; color:#64748b; text-transform:uppercase; letter-spacing:0.05em;">Indexed on INDEX</span>
</div>
</a>
Preview
Priority Ping (Instant Re-crawl)
Bypass the standard re-crawl window. Verified site owners can trigger an immediate update of their site directory.
Step 1: Verification
Add the following meta tag to your site's <head> section:
<meta name="index-verification" content="verified">
Step 2: Trigger API
Send a POST request to our priority endpoint:
POST https://index.motorcycles/api_priority_ping
url=https://your-site.com
Browser Extension: "Index It"
Empower your community to grow the INDEX database. Our open-source browser extension allows users to submit the page they are currently browsing to the crawler with a single click.
Extension Source Code
Available in the /extension directory of the repository.
Neural API (Public)
Fetch neural search results in JSON format by appending &tab=all (or images/videos) to our API endpoint.
GET https://index.motorcycles/search_api?q=YOUR_QUERY&tab=all&p=1