Discover/alfabb.com API
live

alfabb.com APIwww.alfabb.com

Search and browse Alfa Romeo enthusiast discussions on AlfaBB Forum, finding specific threads and retrieving detailed conversation content from the community. Connect with fellow Alfa Romeo owners and access technical advice, restoration tips, and model-specific discussions all in one place.

Endpoints
2
Updated
4h ago
Try it
Page number for paginated results. Each page returns up to 20 results.
Search keywords to find matching forum threads.
Whether to search only thread titles. Accepts 'true' or 'false'. When false, searches full
api.parse.bot/scraper/226fe410-4fee-446f-ad6f-34aad84bdb28/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/226fe410-4fee-446f-ad6f-34aad84bdb28/search_threads' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search the AlfaBB forum for threads matching a keyword query. Returns paginated results with thread metadata including title, forum, snippet, reply count, views, and author. Results are ordered by relevance.

Input
ParamTypeDescription
pageintegerPage number for paginated results. Each page returns up to 20 results.
queryrequiredstringSearch keywords to find matching forum threads.
title_onlystringWhether to search only thread titles. Accepts 'true' or 'false'. When false, searches full post content.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "query": "string echoing the search query",
    "threads": "array of search result objects",
    "has_more": "boolean indicating if more pages exist"
  },
  "sample": {
    "page": 1,
    "query": "engine swap",
    "threads": [
      {
        "date": "2026-01-21T12:23:48-0500",
        "forum": "Engine Conversions",
        "title": "Engine swap 4C into ‘81 Spider",
        "views": "632",
        "author": "surfdoc37",
        "replies": "28",
        "snippet": "Have a 1981 with a bad engine. Have access to an engine from a wrecked 4C...",
        "thread_id": "747916",
        "thread_slug": "engine-swap-4c-into-%E2%80%9881-spider"
      }
    ],
    "has_more": true
  }
}

About the alfabb.com API

The alfabb.com API on Parse exposes 2 endpoints for the publicly available data on www.alfabb.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.