Credits
Each FoxScrape plan provides a certain amount of API credits per month.
It costs 1 to 75 credits to make requests to the FoxScrape API. The credit cost depends on the parameters used with your API calls.
Here is a breakdown of FoxScrape API credit costs:
| Feature used | API credit cost |
|---|---|
| Rotating Proxy without JavaScript rendering | 1 |
| Rotating Proxy with JavaScript rendering (default) | 5 |
| Premium Proxy without JavaScript rendering | 10 |
| Premium Proxy with JavaScript rendering | 25 |
| Stealth Proxy without JavaScript rendering | (coming soon) |
| Stealth Proxy with JavaScript rendering | 75 |
If you use AI features (ai_query, ai_extract_rules), it will cost an additional 5 credits.
For example:
If you make an API call with render_js=true and ai_query="price of the product", it will cost you 5+5 = 10 API credits.
1curl "https://www.foxscrape.com/api/v1/?api_key=YOUR_API_KEY&url=YOUR-URL&render_js=true&ai_query=price%20of%20the%20product"
If you make an API call with render_js=true, premium_proxy=true and ai_query="price of the product", it will cost you 25+5 = 30 API credits.
1curl "https://www.foxscrape.com/api/v1/?api_key=YOUR_API_KEY&url=YOUR-URL&render_js=true&premium_proxy=true&ai_query=price%20of%20the%20product"