Frequently Asked Questions
Find answers to common questions about SERPpost API. Can't find what you're looking for? Contact our support team.
Getting Started
What is SERPpost?
What is SERPpost?
SERPpost is a powerful API service that provides Google and Bing search results, as well as URL content extraction capabilities. It's designed specifically for AI developers and applications that need reliable, fast search data and web scraping functionality.
How do I get started?
How do I get started?
Getting started is easy! Simply sign up for a free account, get your API key from the Dashboard, and make your first API call. New users receive 100 free credits to test our service. Check out our Documentation page for detailed integration guides.
Do I need a credit card to sign up?
Do I need a credit card to sign up?
No credit card is required to sign up! You can create a free account and receive 100 free credits immediately. You only need to provide payment information when you want to purchase additional credits.
What programming languages are supported?
What programming languages are supported?
SERPpost API works with any programming language that can make HTTP requests. We provide example code for JavaScript/Node.js, Python, PHP, Ruby, Go, and more in our documentation. The API uses standard REST principles, making it easy to integrate into any tech stack.
Pricing & Credits
How does the credit system work?
How does the credit system work?
Each API call consumes credits. The pricing structure is as follows: • Search API (Google/Bing): 1 credit per request • URL Extraction API: 2 credits per request Credits are deducted from your account balance with each successful API call. If a request fails due to packet loss or errors, no credits will be deducted. You can purchase credit packages at any time.
Do credits expire?
Do credits expire?
Yes, credits are valid for 6 months from the date of purchase. This gives you plenty of time to use your credits while ensuring fair usage of our service. You can check your credit balance and expiration dates in your Dashboard.
Can I get a refund?
Can I get a refund?
Due to the nature of our API service, credits are generally non-refundable once purchased. However, if you experience technical issues or service problems, please contact our support team, and we'll work with you to find a solution.
Is there a free tier?
Is there a free tier?
Yes! New users receive 100 free credits upon registration. This allows you to test our API and ensure it meets your needs before making a purchase. The free credits follow the same 6-month expiration policy.
What payment methods do you accept?
What payment methods do you accept?
We accept all major credit cards (Visa, Mastercard, American Express, Discover) through our secure Stripe payment gateway. We also support various international payment methods depending on your region.
API Usage
What is the difference between Google and Bing search?
What is the difference between Google and Bing search?
Both search engines return high-quality results, but they may differ slightly in content and ranking. Google generally has a larger index, while Bing may provide different perspectives. You can choose which search engine to use for each API call based on your specific needs.
Are there rate limits?
Are there rate limits?
No! SERPpost has no rate limits. You can make as many API calls as your credit balance allows. This makes it perfect for high-volume applications and batch processing tasks.
What is the API response time?
What is the API response time?
Our average response time is under 1 second. We use optimized infrastructure and caching strategies to ensure your applications get data as quickly as possible. Response times may vary slightly based on search complexity and network conditions.
Can I cache API results?
Can I cache API results?
Yes, you can cache API results on your end. We also provide a built-in caching mechanism through the "maxCache" parameter, which allows you to specify how old cached results you're willing to accept. This can help reduce costs for frequently searched queries.
What data format does the API return?
What data format does the API return?
All API responses are returned in JSON format with a consistent structure. Each response includes a "code" field (0 for success), a "msg" field for error messages, and a "data" field containing the actual results. Check our Documentation for detailed response schemas.
URL Content Extraction
What is URL Content Extraction?
What is URL Content Extraction?
URL Content Extraction is our web scraping feature that extracts clean, readable text content from any URL. It removes ads, navigation elements, and other clutter, giving you just the main content. This is perfect for AI training, content analysis, and data aggregation.
Can it handle JavaScript-heavy websites?
Can it handle JavaScript-heavy websites?
Yes! Our URL extraction service can optionally use a headless browser to render JavaScript-heavy websites. Simply set the "b" parameter to true in your API request. This ensures dynamic content is properly loaded before extraction.
What types of content can be extracted?
What types of content can be extracted?
Our extraction service works with most web content including articles, blog posts, product pages, news sites, and documentation. It intelligently identifies and extracts the main content while filtering out navigation, ads, and other non-essential elements.
Is there a size limit for extracted content?
Is there a size limit for extracted content?
There's no strict size limit, but extremely large pages may be truncated for performance reasons. Most typical web pages (up to several MB) are handled without issues. If you need to extract very large documents, consider breaking them into smaller chunks.
Technical Support
What if I get an error?
What if I get an error?
All API responses follow a unified format with a "code" field (0 = success, non-zero = error) and a "msg" field containing error details. When you encounter an error, check the "msg" field for a description of what went wrong. For more details on the response format, refer to our Documentation page.
How do I authenticate my API requests?
How do I authenticate my API requests?
Authentication is done using Bearer Token authentication. Include your API key in the Authorization header of each request: "Authorization: Bearer YOUR_API_KEY". You can find your API key in the Dashboard after logging in.
Can I use the API from a browser?
Can I use the API from a browser?
While technically possible, we recommend using the API from server-side applications to keep your API key secure. If you must use it from a browser, implement proper security measures to protect your API key from exposure.
Is there an API playground for testing?
Is there an API playground for testing?
Yes! We provide an interactive API Playground where you can test both Search API and URL Extraction features directly in your browser. This is a great way to familiarize yourself with the API before integrating it into your application.
How can I contact support?
How can I contact support?
You can submit support requests through your Dashboard. We also monitor our documentation and community forums. For urgent issues, our support team typically responds within 24 hours during business days.
Legal & Compliance
Is SERPpost legal to use?
Is SERPpost legal to use?
Yes! SERPpost operates in full compliance with applicable laws. All API requests are routed through U.S.-based infrastructure to comply with U.S. data protection laws. However, you are responsible for ensuring your use of the API complies with your local laws and regulations.
What is your data retention policy?
What is your data retention policy?
We cache search results for performance optimization, but we do not store or sell your personal data or API usage patterns. Cached results are automatically purged based on our caching policies. See our Privacy Policy for complete details.
Can I use SERPpost for commercial projects?
Can I use SERPpost for commercial projects?
Absolutely! SERPpost is designed for both personal and commercial use. Many businesses use our API to power their applications, research tools, and data analysis platforms. All pricing plans include commercial usage rights.
What about GDPR compliance?
What about GDPR compliance?
We take data privacy seriously and have implemented measures to support GDPR compliance. Our infrastructure routes requests through compliant servers, and we provide tools to help you manage data in accordance with GDPR requirements.
Still Have Questions?
We're here to help! Check out our documentation or try our API playground.