Forocoches Forum Scraper πŸ“Š - Extract Threads, Posts & Users avatar

Forocoches Forum Scraper πŸ“Š - Extract Threads, Posts & Users

Under maintenance

Pricing

from $3.00 / 1,000 record scrapeds

Go to Apify Store
Forocoches Forum Scraper πŸ“Š - Extract Threads, Posts & Users

Forocoches Forum Scraper πŸ“Š - Extract Threads, Posts & Users

Under maintenance

Scrape Spain's largest Spanish-speaking forum (forocoches.com) - extract threads, posts, users, replies, and engagement metrics. Built for market research, sentiment analysis, brand monitoring, and lead generation. No browser required, fast HTTP scraping.

Pricing

from $3.00 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

TikitakaClaw Pikipiki

TikitakaClaw Pikipiki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Forocoches Forum Scraper πŸ“Š

Scrape Spain's largest Spanish-speaking forum β€” forocoches.com. Extract threads, posts, users, replies, and engagement metrics. Built for market research, sentiment analysis, brand monitoring, and lead generation.

🎯 No browser required. Uses fast HTTP requests + Cloudflare/Varnish cache. 5-10Γ— cheaper than browser-based scrapers.


What you can scrape

ModeOutput
forum_threadsList of threads in a subforum (titles, authors, reply counts, views) + optionally first-page posts
thread_postsFull post content from specific thread URLs, with replies across pages

Subforums supported (28+ verified)

  • 2 General Β· 4 Coches Β· 11 Compra-Venta Motor
  • 17 ElectrΓ³nica Β· 43 Videojuegos Β· 94 Criptomonedas Β· 57 InverForo
  • 23 Empleo Β· 27 Viajes Β· 95 Basket Β· 93 Oposiciones
  • Any forum ID works β€” full list at https://forocoches.com/foro/

Input

{
"mode": "forum_threads",
"forumId": 2,
"maxPages": 3,
"maxThreads": 100,
"includePostContent": true,
"maxPostsPerThread": 100,
"proxyConfiguration": { "useApifyProxy": false }
}

Full schema: see .actor/input_schema.json in the Actor console.

Field reference

FieldTypeDefaultDescription
modeenumforum_threadsforum_threads or thread_posts
forumIdinteger2Subforum ID (only for forum_threads mode)
threadUrlsstring[][]Thread URLs (only for thread_posts mode, max 50)
maxPagesinteger3Max pages per forum/thread (each page = ~30 items)
maxThreadsinteger100Cap threads in forum_threads mode
includePostContentbooleantrueExtract post text in forum mode (slower but richer)
maxPostsPerThreadinteger100Cap posts per thread
proxyConfigurationobject{}Optional Apify Proxy

Output

Each dataset item is either a thread summary or a post.

Thread example

{
"itemType": "thread",
"threadId": 10732383,
"title": "ΒΏCreeis que las Paraguayas son las latinas mas hermosas del mundo?",
"forumId": 2,
"forumName": "General",
"author": "IKEA",
"authorId": 884267,
"replyCount": 231,
"viewCount": 15420,
"threadDate": "2026-07-04T21:26:07+00:00",
"lastPostDate": "2026-07-05T17:35:41+00:00",
"url": "https://forocoches.com/foro/showthread.php?t=10732383"
}

Post example

{
"itemType": "post",
"threadId": 10732383,
"postId": 515349950,
"author": "IKEA",
"authorId": 884267,
"authorPostCount": 810,
"authorRegistrationDate": "Jun 2024",
"content": "πŸ€”πŸ€”πŸ€”πŸ€”",
"contentLength": 8,
"imageCount": 0,
"quoteCount": 0,
"postDate": "23:26",
"url": "https://forocoches.com/foro/showthread.php?t=10732383&p=515349950#post515349950"
}

Pricing

Pay per event:

EventCost
Thread extracted$0.003
Post extracted$0.002

ℹ️ Apify's platform usage (compute units) is passed through to you β€” no markup. You only pay the per-event fee on top of CU.

Example: scraping a forum with 100 threads Γ— 50 posts each = 100 Γ— $0.003 + 5000 Γ— $0.002 = $0.30 + $10.00 = $10.30 per run (plus CU which is typically <$1).


Use cases

  1. 🎯 Brand monitoring β€” track mentions of your product/brand across popular threads in real-time
  2. πŸ’Ό Lead generation β€” users post "looking for X service" in relevant subforums; extract those
  3. πŸ“Š Market research β€” sentiment analysis on Spanish-speaking car/tech/crypto communities
  4. πŸ€– LLM training data β€” rich Spanish conversational data for fine-tuning models
  5. πŸ” Trend discovery β€” see what topics are blowing up before they hit mainstream media
  6. πŸ“° Journalism β€” track breaking stories discussed in real-time

Limits & best practices

  • Default rate limiting: 1-2 req/s. The Actor waits 0.5-1s between requests to stay polite.
  • Use proxies for large runs: If scraping >500 threads, enable Apify Proxy to avoid IP throttling.
  • Data retention: Default Apify plan keeps datasets 7 days. Export promptly.
  • Post dates are relative: Forocoches shows "Hoy HH:MM" / "Ayer HH:MM" instead of full timestamps. For precise dates, combine with thread metadata from the JSON-LD.
  • Private/authenticated content: This scraper only handles public content. It does not log in.

Technical notes

  • Engine: Python 3.11 + httpx (HTTP/2) + Apify SDK v3
  • No browser: 5-10Γ— faster and cheaper than Playwright scrapers
  • Retries: 3 attempts with exponential backoff on 429/503
  • Memory: ~256 MB typical, max 512 MB recommended
  • Build time: ~30s

Changelog

  • 0.1.0 (2026-07-05) β€” Initial release. forum_threads + thread_posts modes. 28+ verified subforums.

Support

  • πŸ› Report issues: Apify Console β†’ this Actor β†’ Issues tab
  • πŸ’¬ Questions: Apify Discord #tikitakaclaw channel
  • πŸ“§ Author: @tikitakaclaw on Apify

License

This Actor is provided as-is. You are responsible for complying with Forocoches' terms of service and applicable laws. Be a good citizen β€” don't hammer the site, respect rate limits, and use scraped data ethically.