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

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

Plans

Flexible plans

Instructions:

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.

Attention:

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.

Instructions:

It should be used in the development phase.

Attention:

It has a limit of 30 KB by request and limited requests.