animicaorg commited on
Commit
b680513
·
verified ·
1 Parent(s): 9af63e4

Publish x402 Price Index free tier

Browse files

Daily index, stratified probe sample, dataset card and schema.

Files changed (2) hide show
  1. README.md +26 -2
  2. data/sample/stats.json +1 -1
README.md CHANGED
@@ -74,8 +74,32 @@ Only structured facts are distributed here.
74
 
75
  ## Full dataset
76
 
77
- The complete corpus, daily refresh, and historical series are available commercially.
78
- Contact: https://animica.org or open a discussion on this repo.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  ## Citation
81
 
 
74
 
75
  ## Full dataset
76
 
77
+ The complete corpus every probe row plus `resource`, `price_atomic`, `pay_to`, the raw
78
+ `accepts_json` and the prober's `error` diagnosis is available as a monthly subscription.
79
+
80
+ **$29/month** · [Subscribe with PayPal](https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-4VT44042YX381234RNKPE5XI)
81
+
82
+ After subscribing, PayPal shows a subscription id beginning `I-`. Exchange it for a
83
+ download token:
84
+
85
+ ```bash
86
+ curl -X POST https://animica.dev/api/mkt/v1/data/x402-index/activate \
87
+ -H 'content-type: application/json' \
88
+ -d '{"subscriptionId":"I-YOUR-SUBSCRIPTION-ID"}'
89
+ ```
90
+
91
+ The response carries direct URLs for both formats:
92
+
93
+ ```bash
94
+ curl -o x402-price-index.csv \
95
+ "https://animica.dev/api/mkt/v1/data/x402-index/download?file=csv&token=YOUR_TOKEN"
96
+ ```
97
+
98
+ `file=csv` (~23MB) or `file=jsonl` (~28MB). Tokens last 30 days and can be reminted at any
99
+ time; entitlement is re-checked against PayPal on every download, so cancelling stops
100
+ access immediately. Files are rebuilt as the census grows — re-download for the latest.
101
+
102
+ Questions: open a discussion on this repo.
103
 
104
  ## Citation
105
 
data/sample/stats.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "generated_at_utc": "2026-09-07T05:07:58+00:00",
3
  "probe_rows": 26366,
4
  "distinct_hosts": 2509,
5
  "distinct_endpoints": 26366,
 
1
  {
2
+ "generated_at_utc": "2026-09-07T05:56:12+00:00",
3
  "probe_rows": 26366,
4
  "distinct_hosts": 2509,
5
  "distinct_endpoints": 26366,