DEFAULT_LINKEDIN_URL_TEMPLATES
Documentation for eth_defi.feed.collector.DEFAULT_LINKEDIN_URL_TEMPLATES data.
- DEFAULT_LINKEDIN_URL_TEMPLATES: list[str] = ['https://rsshub.pseudoyu.com/linkedin/company/{company_id}/posts', 'https://rss.owo.nz/linkedin/company/{company_id}/posts', 'https://rsshub.umzzz.com/linkedin/company/{company_id}/posts']
Default LinkedIn RSS bridge URL templates used when no
LINKEDIN_FEED_URL_TEMPLATESenvironment variable is set. Each template must contain a{company_id}placeholder. Verified working as of 2026-04-03.Note
RSSHub bridges rely on unauthenticated LinkedIn access. LinkedIn serves public company post feeds only for large or verified organisations. Smaller companies redirect unauthenticated scrapers to the login page, causing every bridge to return 503 regardless of which instance is used. When the standard scan detects this pattern it writes
linkedin-rss-hub-disabled-atto the feeder YAML so future runs skip the source without retrying.