Free
Free
- Requests
- 500
- Rate limit
- 10 req / min
- Quota type
- Stops at quota
- 500 requests / month
- Hard limit
- Community support
500 requests / mo
Parse a URL into structured components.
Parse a URL into structured components.
Break down protocol, host, path, query and hash for debugging and validation.
Pass an absolute URL in the url query parameter.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/parse. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| url | query | string | Yes | Absolute URL to parse |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
urlparser.apiseeker.comhttps://urlparser.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://urlparser.apiseeker.com/v1/parse" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response · JSON
{
"success": true,
"data": {
"href": "https://apiseeker.com/tools?x=1#top",
"protocol": "https:",
"host": "apiseeker.com",
"pathname": "/tools",
"searchParams": {
"x": "1"
},
"hash": "#top"
},
"request_id": "req_example"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago
Parse a URL into structured components.
Parse a URL into structured components.
Break down protocol, host, path, query and hash for debugging and validation.
Pass an absolute URL in the url query parameter.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/parse. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| url | query | string | Yes | Absolute URL to parse |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
urlparser.apiseeker.comhttps://urlparser.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://urlparser.apiseeker.com/v1/parse" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response · JSON
{
"success": true,
"data": {
"href": "https://apiseeker.com/tools?x=1#top",
"protocol": "https:",
"host": "apiseeker.com",
"pathname": "/tools",
"searchParams": {
"x": "1"
},
"hash": "#top"
},
"request_id": "req_example"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago