How It Works
Use the following endpoint format to fetch data through our proxy
https://corsproxy-seven.vercel.app/api?url=YOUR_ENCODED_URL_HERE
Free Plan
Free plan should only be used in the development phase
https://corsproxy-seven.vercel.app/api/free?url=YOUR_ENCODED_URL_HERE
This free plan has a limit of 30 KB by request and limited requests, it should only be used in the development phase.
Supported Data Formats
We support a wide range of data formats for your convenience
- JSON - Perfect for API responses
- XML - Structured data support
- RSS Feeds - Access to news feeds
- HTML - Web scraping made easy
- Plain Text - Simple content retrieval
- Binary - PDF, image, video, etc...
- HTTP DELETE, PUT and PATCH - HTTP methods for modifying resources on the server
Example Usage
Basic URL example
https://corsproxy-seven.vercel.app/api?url=https://api.example.com/data
JavaScript Implementation
// Fetch data through CORS Proxy Seven fetch("https://corsproxy-seven.vercel.app/api?url=" + encodeURIComponent("https://api.example.com/data")) .then(response => { if (!response.ok) throw new Error('Network response was not ok'); return response.json(); }) .then(data => { console.log('Success:', data); // Process your data here }) .catch(error => { console.error('Error fetching data:', error); });
cURL Example
curl "https://corsproxy-seven.vercel.app/api?url=https%3A%2F%2Fapi.example.com%2Fdata"
RSS Feed Access
Many RSS feeds implement CORS restrictions that prevent direct browser access
https://corsproxy-seven.vercel.app/api?url=https://example.com/feed.rss
Service Guidelines
- Fair Use Policy: Use our service responsibly
- Authentication: Some APIs may require additional headers that can be passed through specific configurations
- Compliance: Always verify you have permission to access the target resources
- Performance: We guarantee the best performance, changes applied in real time, no usage restrictions
Plans
Flexible plans
After successful payment, you will be redirected to the add domain page. Do not close or ignore the page or your adding process will not be completed.
Only one domain is allowed to be added. If you need to add more domains, please contact us.
Buy for life, secure payment by PayPal.
It should be used in the development phase.
It has a limit of 30 KB by request and limited requests.