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.
curl -X GET 'https://api.parse.bot/scraper/226fe410-4fee-446f-ad6f-34aad84bdb28/search_threads' \ -H 'X-API-Key: $PARSE_API_KEY'
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.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for paginated results. Each page returns up to 20 results. |
| queryrequired | string | Search keywords to find matching forum threads. |
| title_only | string | Whether to search only thread titles. Accepts 'true' or 'false'. When false, searches full post content. |
{
"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.