VOOZH about

URL: https://apify.com/sim_pod/czech-grants-scraper

⇱ Czech Grants Scraper [DEPRECATED] · Apify


👁 Czech Grants Scraper avatar

Czech Grants Scraper

Deprecated

Pricing

Pay per usage

Go to Apify Store

Czech Grants Scraper

Deprecated

Get grant calls from 10+ Czech government agencies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

👁 Šimon Podhajský

Šimon Podhajský

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

5 months ago

Last modified

Categories

Share

Kolekce scraperů pro české granty, EU fondy a další zdroje financování.

Podporované zdroje

Grantové programy (implementováno)

ZdrojDoménaProgram
OP STopst.czOperační program Spravedlivá transformace
MVmv.gov.czOP Národní spolupráce na hranicích a vízová politika
OP ŽPopzp.czOperační program Životní prostředí
NRBnrb.czNárodní rozvojová banka
ESFesfcr.czEvropský sociální fond (zaměstnanost)
OP TAKoptak.gov.czOperační program Technologie a aplikace pro konkurenceschopnost
SFŽPsfzp.czStátní fond životního prostředí (Modernizační fond)
IROPirop.mmr.czIntegrovaný regionální operační program

Charitativní organizace (plánováno)

Připraveno pro budoucí implementaci.

Nadace (plánováno)

Připraveno pro budoucí implementaci.

Instalace

# Klonování repozitáře
git clone https://github.com/chocholous/czech-grants-scraper.git
cd czech-grants-scraper
# Vytvoření virtuálního prostředí
python3.13 -m venv venv
source venv/bin/activate # Linux/macOS
# nebo: venv\Scripts\activate # Windows
# Instalace závislostí
pip install-e.
# Instalace Playwright prohlížečů
playwright install chromium

Konfigurace

  1. Zkopírujte .env.example do .env
  2. Upravte hodnoty podle potřeby
$cp .env.example .env

Použití

Základní spuštění

cd scrapers/grants
python dotaceeu.py

Konfigurace scraperů

Upravte scrapers/grants/config.yml pro nastavení:

  • Aktivních zdrojů
  • Výstupního formátu
  • Limitů a timeoutů

Apify Actor

Scraper je dostupný jako Apify Actor. Podporované vstupní parametry:

ParametrTypVýchozíPopis
modestringrefreshrefresh = scrapovat, search = vyhledávat, auto = obojí
maxGrantsinteger-Max počet grantů (pro testování)
deepScrapebooleanfalseNásledovat odkazy na zdrojové weby
enableLlmbooleanfalsePovolit LLM obohacení dat
llmModelstringanthropic/claude-haiku-4.5Model pro LLM extrakci
testUrlsarray-Testovat konkrétní URL s pod-scrapery

LLM Enrichment

Funkce enableLlm používá LLM k extrakci strukturovaných informací z textu grantových výzev:

  • Kritéria způsobilosti - kategorizovaná podle typu (žadatel, projekt, finanční, územní)
  • Hodnotící kritéria - s body/váhami pokud jsou uvedeny
  • Podporované/nepodporované aktivity
  • Požadované přílohy
  • Tematická klíčová slova - pro kategorizaci

Příklad použití:

{
"mode":"refresh",
"deepScrape":true,
"enableLlm":true,
"llmModel":"anthropic/claude-haiku-4.5",
"maxGrants":5
}

Výstup obsahuje pole enhancedInfo:

{
"enhancedInfo":{
"eligibility_criteria":[
{"criterion":"Příjemcem musí být kraj","category":"applicant","is_mandatory":true}
],
"territorial_restrictions":"Karlovarský kraj",
"thematic_keywords":["vouchery","podnikání","transformace"]
}
}

LLM využívá Apify OpenRouter Actor pro přístup k modelům.

Struktura projektu

czech-grants-scraper/
├── scrapers/
│ ├── grants/ # Grantové scrapery
│ │ ├── sources/ # Jednotlivé zdroje
│ │ ├── dotaceeu.py # Hlavní orchestrátor
│ │ └── config.yml # Konfigurace
│ ├── charities/ # Charitativní scrapery (plánováno)
│ └── foundations/ # Nadační scrapery (plánováno)
├── docs/ # Dokumentace
├── utils/ # Sdílené utility
├── data/ # Výstupní data
└── tests/ # Testy

Jak přispět

  1. Forkněte repozitář
  2. Vytvořte feature branch (git checkout -b feature/novy-scraper)
  3. Commitněte změny (git commit -am 'Přidán scraper pro xyz')
  4. Pushněte branch (git push origin feature/novy-scraper)
  5. Vytvořte Pull Request

Viz docs/adding-scrapers.md pro návod na přidání nového scraperu.

Licence

MIT License - viz LICENSE

You might also like

Instagram Profile Scraper - Fast Bulk, 99% Success Rate ✅

unseenuser/igscraping

Fast bulk Instagram profile scraper. Extract profile metadata, posts, reels, follower/following counts, bio, contact info, and engagement metrics - at scale. No Instagram account, no login, no cookies. Built for influencer platforms and brand monitoring.

👁 User avatar

Unseen User

907

5.0

(5)

TikTok Profile Posts - Bulk Video Scraper [NO LOGIN] ✅

unseenuser/TikTok-posts

Scrape every public TikTok video from any profile. Get captions, views, likes, no-watermark URLs, ad flags. Clean output for content analysis.

👁 User avatar

Unseen User

11

5.0

(3)

Facebook Reels Scraper - Bulk Reels & Metadata [NO COOKIES] ✅

unseenuser/fb-reels

Pull every public Reel from a Facebook page or profile: direct HD MP4 URLs, view counts, play time, thumbnails, audio track info and author details. No login, no cookies. 10 reels per request. Built for trend tracking, content research and bulk reel downloads.

👁 User avatar

Unseen User

17

5.0

(3)

Facebook Page Posts & Reels Scraper [NO LOGIN] ✅

unseenuser/fb-posts

Scrape any public Facebook page's posts AND reels in one unified dataset. Get text, video URLs, views, thumbnails, music data, and verified status. No login, no cookies. Built for brand monitoring, competitive intel, and content research.

👁 User avatar

Unseen User

14

5.0

(3)

TikTok Video Downloader API - Clean URL [NO LOGIN] ✅

unseenuser/tiktok-no-watermark-url-extractor

Extract clean no-watermark TikTok video URLs at scale. We return the direct CDN URL - you fetch the file yourself. 65-80% cheaper than file-hosting competitors with zero storage overhead. No login. Built for content repurposing, archival, and video research.

👁 User avatar

Unseen User

6

5.0

(3)

Foerderdatenbank.de Scraper

lexis-solutions/foerderdatenbank-de-scraper

Extract, monitor, and enrich German funding programs with the Foerderdatenbank.de Scraper. Get structured, up-to-date data on grants, providers, contacts, and eligibility from federal and state levels for research, CRM, or dashboards.

👁 User avatar

Lexis Solutions

5

Job Posting Lead Finder | $3/1K | Lead Score, Hiring Signal

apivault_labs/apify-actor-job-leads

Find companies actively hiring across Indeed, LinkedIn Jobs, and Glassdoor. Extract job titles, salaries, locations, and company names. Auto-deduplication by company. Companies posting jobs = companies with budget = your best leads. $3 per 1,000 results.

👁 User avatar

Apivault Labs

54

Welcome to the Jungle Scraper - WTTJ Jobs Fast Export

clearpath/welcome-to-the-jungle-jobs-api

Extract job listings from Welcome to the Jungle (WTTJ) with filters for location, salary, remote work, contract type, experience level, and industry. Get full job details including company info, application URLs, required skills, and benefits. Export to JSON, CSV, or Excel.

315

Sreality Scraper — Czech Real Estate Data & Listings

logiover/sreality-cz-scraper-czech-real-estate-data

Scrape sreality.cz without an API key. Sreality API alternative that exports Czech real estate listings to CSV, JSON or Excel.

Grants.gov Federal Grant Opportunities Scraper

parseforge/grants-gov-scraper

Scrape federal grant opportunities from Grants.gov. Get titles, agencies, funding amounts, deadlines, eligibility, and descriptions. Filter by keyword, agency, status, category, and date range. Supports detailed mode with full descriptions, contacts, and attachments.

4