Changelog
All notable changes to SERP Extractor API will be documented on this page.
[v0.7.0] - 2024-11-26
Added
- New
device
parameter to simulate mobile, tablet, or desktop searches - Support for custom User-Agent strings
- Additional language codes for
hl
parameter
Improved
- Response time reduced by 40%
- Better error messages for rate limiting
- Enhanced location detection accuracy
Fixed
- Issue with Unicode characters in queries
- Rate limit counter inconsistency
- Timezone handling in response metadata
[v0.5.0] - 2024-10-15
Breaking Changes
- Renamed
country
parameter togl
for consistency with Google's terminology - Response format updated to include more structured data
- Authentication now requires API key in headers instead of query parameters
Added
- "People Also Ask" questions in search results
- Related searches support
- Automatic request retries on 429 errors
- New endpoint for location suggestions
Improved
- Documentation with more code examples
- Rate limit monitoring in dashboard
- Search result parsing accuracy
Fixed
- Special character handling in URLs
- Memory usage optimization
- Connection pooling issues
[v0.2.0] - 2024-09-01
Added
- Support for Google News results
- Cache control headers
- Request ID tracking
Improved
- Error handling for invalid locations
- Response compression
- API dashboard performance
[v0.1.0] - 2024-08-15
Added
- Multi-language support
- Location-based searching
Fixed
- JSON parsing errors
- SSL certificate validation
- API key validation process
[v0.0.1] - 2024-08-01
Initial Release
- Basic Google search results extraction
- API key authentication
- JSON response format
- Rate limiting
- Error handling
- Basic documentation
Using the Changelog
- Version numbers follow Semantic Versioning
- Breaking changes are clearly marked
- Latest changes appear at the top