ProspectPulse · Prospect Exploration Snapshot
$0.25
per call · USD Coin on Base
Deterministic facts-only snapshot for exploration targets: USGS MRDS deposit counts, geochemical anomaly stats, satellite scene availability, World Bank jurisdiction governance score, and GDELT social-license signal — raw numbers, no AI synthesis. Lite-tier preview of /api/prospect/exploration-brief.
Endpoint
GET https://prospectpulse.theaslangroupllc.com/api/prospect/exploration-snapshot1
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://prospectpulse.theaslangroupllc.com/api/prospect/exploration-snapshot", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://prospectpulse.theaslangroupllc.com/api/prospect/exploration-snapshot" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"geochemistry": {
"elements": {
"LI": {
"count": 42,
"max": 2103.9,
"mean": 812.4,
"p90": 1540.2
}
}
},
"geology": {
"data_availability": "strong",
"deposits_total": 14,
"producers": 3
},
"jurisdiction": {
"overall_score": 71,
"risk_level": "LOW"
},
"satellite": {
"aster_scenes": 2,
"landsat_scenes": 4,
"sentinel1_scenes": 3,
"sentinel2_scenes": 5
},
"social_license": {
"media_tone_60d": -0.3,
"opposition_articles_60d": 2
},
"target": {
"commodity": "lithium",
"country": "Chile",
"label": "Atacama Lithium Triangle — Chile Sector"
},
"upsell": {
"adds": "AI-synthesized executive summary, phased work program, risk matrix, and proceed/pass recommendation",
"full_product": "/api/prospect/exploration-brief",
"price_usd": 0.35
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from ProspectPulse & similar services
ProspectPulse · Prospect Satellite Availability
prospectpulse.theaslangroupllc.com
Which free Sentinel-1/2, ASTER, and Landsat scenes cover a target area, plus a geological remote-sensing guide, for exploration and geology agents. Returns scene availability and which sensor maps which alteration mineral.
ProspectPulse · Prospect Exploration Brief
prospectpulse.theaslangroupllc.com
Board-ready exploration decision document for mining and investment agents. Synthesizes geology, geochemistry, satellite, jurisdiction, social license, and commodity intelligence into one premium target report with a proceed-or-pass call.
ProspectPulse · Prospect Geochemical Anomaly
prospectpulse.theaslangroupllc.com
USGS National Geochemical Database query plus AI interpretation for exploration and geology agents. Returns element anomalies, pathfinder suites, and deposit-type signatures for any region.