Build faster with powerful APIs.
Access data, automate workflows and build products without spending your time fighting with scraping infrastructure.
$ curl https://api.kodexis.store/reddit/posts \ -H "Authorization: Bearer YOUR_API_KEY" \ -G \ --data-urlencode "subreddit=technology" { "success": true, "data": [...] }
Start with free API credits.
Create your developer account and get free credits to test Kodexis APIs before adding funds. No payment required to get started.
to get started
Everything you need to build data-driven products.
Ready-to-use APIs for accessing public data, extracting information and automating repetitive workflows.
Reddit API
Access posts, comments, users, subreddits, search results, moderators and other Reddit data through a simple REST interface.
Explore API →Medium API
Retrieve articles, authors, publications, tags, followers and other Medium content for your applications.
Explore API →Indian Railway API
Train information, routes, schedules, stations, availability and railway data through developer-friendly endpoints.
Explore API →Email Extraction
Extract publicly available email addresses and contact information from web pages and websites.
Explore API →Business Data
Collect business information, ratings, reviews and location data for lead generation and research.
Explore API →More APIs
New APIs are continuously being added. Build your own workflow using the APIs available in your Kodexis account.
View platform →Designed around developers.
No complicated infrastructure. No unnecessary SDKs. Just straightforward APIs and predictable responses.
Simple REST APIs
Use standard HTTP requests and receive structured JSON responses.
One API Key
Manage your access and usage from a single developer account.
Credit Based
Use credits according to your actual API consumption.
Usage Tracking
Keep track of API usage and account activity.
Easy Integration
Works with Python, PHP, JavaScript, cURL and virtually any language.
Built for Automation
Connect Kodexis to your scripts, applications and workflows.
Structured Data
Get machine-readable responses instead of parsing messy pages yourself.
Cloud Based
Call your APIs from your application, server or automation platform.
From idea to API call in minutes.
Create an account, claim your free credits, generate your API key and start making requests. Kodexis handles the underlying data infrastructure.
Open developer platform →import requests
url = "https://api.kodexis.store/reddit/posts"
headers = {
"Authorization":
"Bearer YOUR_API_KEY"
}
params = {
"subreddit": "technology",
"limit": 10
}
response = requests.get(
url,
headers=headers,
params=params
)
data = response.json()
print(data)
Build something with Kodexis.
Create your account, claim your free credits, and make your first API request.
Claim your free credits →