Web Scraper Jina
VerifiedBypass Cloudflare and scrape any website using r.jina.ai API. Works on sites with strong protection like Truth Social, Cloudflare Turnstile, etc.
$ Add to .claude/skills/ About This Skill
# Web Scraper using r.jina.ai
Bypass Cloudflare and scrape any website using free r.jina.ai API.
Features
- Bypass Cloudflare, Turnstile, and other protections
- Works on Truth Social, Bitget, and other protected sites
- Returns clean Markdown content
- Free to use
Usage
Simply prepend `https://r.jina.ai/` to any URL:
``` https://r.jina.ai/https://truthsocial.com/@realDonaldTrump https://r.jina.ai/https://bitget.com/events/poolx ```
Examples
Get Trump Truth Social posts: ``` curl -s "https://r.jina.ai/https://truthsocial.com/@realDonaldTrump" ```
Get any protected page: ``` curl -s "https://r.jina.ai/https://example.com" ```
In Code
```python import requests
def scrape(url): return requests.get(f"https://r.jina.ai/{url}").text ```
Use Cases
- Scrape Truth Social, Gab, Gettr
- Bypass Cloudflare protected sites
- Extract content from news articles
- Monitor competitors
Use Cases
- Scrape websites protected by Cloudflare anti-bot measures
- Extract clean content from heavily protected sites like Truth Social and Crunchbase
- Convert web pages to readable markdown using r.jina.ai API
- Bypass common anti-scraping protections without browser automation
- Build reliable content extraction pipelines for protected websites
Pros & Cons
Pros
- +Bypasses Cloudflare and other anti-bot protections effectively
- +Simple API-based approach — no browser installation needed
- +Handles sites that block standard HTTP requests
Cons
- -Depends on r.jina.ai service availability and rate limits
- -May not work against all types of anti-bot protection
FAQ
What does Web Scraper Jina do?
Bypass Cloudflare and scrape any website using r.jina.ai API. Works on sites with strong protection like Truth Social, Cloudflare Turnstile, etc.
What platforms support Web Scraper Jina?
Web Scraper Jina is available on Claude Code, OpenClaw.
What are the use cases for Web Scraper Jina?
Scrape websites protected by Cloudflare anti-bot measures. Extract clean content from heavily protected sites like Truth Social and Crunchbase. Convert web pages to readable markdown using r.jina.ai API.
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.