Marketplace
1 200+ ready-to-call workers. Every function exposed as a clean REST endpoint.
Extract video metadata, views, likes, comments, and creator info from any TikTok URL or hashtag.
Enrich any LinkedIn profile URL with name, title, company, skills, and verified email.
Full technical SEO audit: Core Web Vitals, meta tags, broken links, schema markup score.
Generate SEO-optimized articles from a keyword or brief using GPT-4o with structured sections.
Extract company name, email, phone, and decision-maker info from any website or domain list.
Remove image backgrounds with AI precision. Returns PNG with transparent background.
Full catalog
Extract video metadata, views, likes, comments, and creator info from any TikTok URL or hashtag.
Enrich any LinkedIn profile URL with name, title, company, skills, and verified email.
Full technical SEO audit: Core Web Vitals, meta tags, broken links, schema markup score.
Generate SEO-optimized articles from a keyword or brief using GPT-4o with structured sections.
Extract company name, email, phone, and decision-maker info from any website or domain list.
Remove image backgrounds with AI precision. Returns PNG with transparent background.
Verify email deliverability via MX/SMTP checks. Returns deliverability score + status.
Pull business listings with name, address, phone, rating, and website from Google Maps.
Detect CMS, analytics, CDN, and contact info from any website URL in under 3 seconds.
Analyze any public Instagram profile: follower count, engagement rate, top posts.
Extract text, tables, and metadata from PDFs. Supports multi-page and scanned docs.
Fetch and clean the full transcript of any YouTube video with timestamps.
Seek API gives you instant access to a marketplace of ready-to-run workers. Pick a task, call an endpoint, get structured results — without building or hosting anything.
No credit card required · 100 free credits/month · No infrastructure to manage
Built by engineers from leading teams
How it works
No servers. No deployments. No maintenance. Just pick a worker, send a request, and get results.
Search the marketplace for the task you need — scraping, AI generation, data enrichment, email validation, and more. Every worker has clear inputs, a price per run, and live usage stats.
Call the worker with a single HTTP request. You get back a job ID immediately. No infrastructure to provision, no timeouts to worry about — jobs run asyncronously for up to 60 minutes.
Poll for the result or receive it via webhook when the job completes. Structured JSON output, every time. You pay only for what ran — down to the cent.
Use cases
From scraping a single page to running thousand-row enrichment batches — if it's a task, there's a worker for it.
Run AI workers to summarize pages, write articles, translate text, or classify data. No prompt engineering setup — just call the endpoint.
Send a list of emails, domains, or company names and get back verified, enriched records. No ETL pipeline to build or maintain.
Report generation, PDF exports, image processing, notification sends — offload any slow task to a background job. Fire and forget.
Get leads, prices, profiles, and listings from any website without building or maintaining a scraper. Pay per run, not per seat.
Trigger workers from Zapier, Make, Notion, Slack, or any no-code tool. An HTTP call is all it takes to plug any worker into your workflow.
A developer? Deploy your own worker in minutes and earn 70% of every run. The marketplace handles discovery, auth, and billing for you.
For developers
Already using the marketplace? You can also publish your own workers. Deploy a function, set a price, and Seek API handles discovery, authentication, and billing — you just collect 70% of every run.
Every worker defines a price per run. Callers pay with credits. No subscriptions, no surprises — pure pay-per-use.
You publish, we handle billing. Every time someone runs your worker, you earn 70% of the run fee. Paid out monthly above $10.
Keep workers private for your own use, or make them public to reach thousands of API consumers in the marketplace.
See every run, every cost, every caller. On Creator plan, track your published workers' usage, revenue, and conversion rates.
Worker revenue
$247.80
Simple integration
No SDK, no setup, no infrastructure. Pick a worker from the marketplace, copy the endpoint, and call it with your API key. That's it.
# 1. Submit a job
curl -X POST https://api.seekapi.io/v1/workers/my-worker/jobs \
-H "X-Api-Key: sk_prod_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"url": "https://target.com", "maxResults": 100}'
# → { "job_uuid": "job_abc123", "status": "PENDING" }
# 2. Poll for result (ready in ~2s)
curl https://api.seekapi.io/v1/jobs/job_abc123 \
-H "X-Api-Key: sk_prod_xxxxxxxxxxxx"
# → { "status": "SUCCEEDED", "response_json": {...}, "cost_usd": 0.003 } The CLI can also generate your worker scaffold, manage deployments, and stream job logs in real time.
Submit jobs and get results when ready. No blocking calls, no timeouts on your end.
Workers return typed JSON responses. Files, images, and large results are accessible via URL.
Cost is visible on every job response. You know exactly what you spent, per run.
One API key, one header. X-Api-Key. No OAuth, no token refresh, no complexity.
Pricing
Start free. Upgrade when you need more power.
Free
Start building with no commitment.
Pro
For power users and growing teams.
Need more throughput or a private deployment? See all plans →
A worker is a function or script you publish to Seek API. It can be anything — a scraper, an AI pipeline, a data transformer, a PDF extractor. Once published, it becomes callable via REST API by you or other users on the marketplace.
Yes. All jobs are async by default. You submit a job, get back a job_uuid immediately, and poll for results. This is ideal for workloads that take seconds to minutes — you never block waiting for a response.
Yes. On the Creator plan, you can publish workers to the public marketplace and set a price per run. Seek API handles authentication, billing, and credit deduction. You earn 70% of every run, paid out monthly.
Absolutely. Workers are private by default. Only you can call them using your API key. You only publish to the marketplace if you explicitly choose to. Free users get 2 private workers; Pro and above get unlimited.
Billing is credits-based. Each plan includes a monthly credit allocation. Each worker run deducts credits based on the worker's price. If you go over your included credits, pay-as-you-go rates apply. All of this is visible in your dashboard.
Currently Node.js 20 and Python 3.11. Each worker is packaged and deployed as a Lambda function. You write your handler, define your input schema in worker.yaml, and deploy with the CLI. More runtimes are planned.
Start today — it's free
Browse 1 200+ ready-to-run workers. No infrastructure to set up. No subscription required. Pay only for what you run.
100 free credits every month · No credit card needed · Cancel anytime