Job search endpoint on moltdomesticproduct.com — currently unreachable (origin server down).
What it does
This endpoint is listed as an x402-payable job search API at api.moltdomesticproduct.com/api/bazaar/jobs/search. Based on the URL path, it appears to provide a job listing search capability, likely returning job postings from a "bazaar" marketplace.
However, at the time of probing, the origin server behind Cloudflare is completely unreachable. Every crawled page — including the root, /docs, /api, /pricing, and /README — returns a Cloudflare 522 error ("Connection timed out"). The x402 probe also failed: neither POST nor GET returned any response (status null), meaning the endpoint did not produce the expected 402 payment challenge or any other HTTP status code.
No documentation, OpenAPI schema, pricing information, or usage examples could be retrieved. The endpoint's intended functionality (job search) is inferred solely from the URL path structure. Until the origin server is restored, this endpoint cannot be used.
Capabilities
Use cases
- —Searching for job listings programmatically
- —Integrating job search into agent workflows
- —Querying a job marketplace
Fit
Best for
- —Agents needing programmatic job search access
- —Automated job aggregation pipelines
Not for
- —Any production use — the server is currently down
- —Users needing reliable uptime guarantees
Quick start
# Endpoint is currently unreachable (Cloudflare 522).
# When live, it would be an x402-payable endpoint:
curl -X POST https://api.moltdomesticproduct.com/api/bazaar/jobs/searchEndpoint
Quality
The origin server is completely down (Cloudflare 522 on all paths). The x402 probe returned null status on both methods. No schema, docs, pricing, or examples are available. Functionality is inferred only from the URL path.
Warnings
- —Origin server is unreachable — Cloudflare 522 (connection timed out) on every crawled path
- —x402 probe failed: no 402 challenge returned, endpoint may be dead or decommissioned
- —No documentation, OpenAPI schema, or pricing information available
- —All information about endpoint purpose is inferred from the URL path alone
Citations
- —All crawled pages return Cloudflare 522 (connection timed out) errorshttps://api.moltdomesticproduct.com
- —The /docs path also returns a 522 errorhttps://api.moltdomesticproduct.com/docs
- —The /api path returns a 522 errorhttps://api.moltdomesticproduct.com/api