minifetch-api 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -9
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
</a>
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
|
-
**
|
|
8
|
+
**[Minifetch](https://minifetch.com) is a hosted toolkit of SEO extraction primitives.** Run them as a full technical audit or call one at a time for a fraction of the price — and a fraction of the LLM tokens. No subscription.
|
|
9
9
|
|
|
10
|
-
- ✅ **
|
|
11
|
-
- ✅
|
|
10
|
+
- ✅ **Always pay-per-fetch at competitive prices.**
|
|
11
|
+
- ✅ [Sign up](https://minifetch.com/dashboard) for an account & get free starter credits. 🎉🎉
|
|
12
12
|
- ⛔ No charge for blocked pages (403 errors).
|
|
13
13
|
|
|
14
14
|
---
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
---
|
|
18
18
|
**Payments.** Two ways to pay:
|
|
19
19
|
1. Credit card + API key. Get started free - [visit our dashboard to Sign Up](https://minifetch.com/dashboard). Your account will be auto-loaded with 25 free technical SEO page audits. Top up with your credit card later.
|
|
20
|
-
2.
|
|
20
|
+
2. USDC on Base or Solana. Just load your wallet with USDC and you're ready. No "gas token" (ETH or SOL) required.
|
|
21
21
|
|
|
22
22
|
## Prerequisites
|
|
23
23
|
|
|
@@ -66,7 +66,7 @@ try {
|
|
|
66
66
|
|
|
67
67
|
After the Quick Start, you have the following methods to use.
|
|
68
68
|
|
|
69
|
-
**Wrap** these methods in a **try/catch** just like in the
|
|
69
|
+
**Wrap** these methods in a **try/catch** just like in the Quick Start example above. **Code examples** can be also found in the [Github repository](https://github.com/Niche-Networks/minifetch-api/) /example- directories.
|
|
70
70
|
|
|
71
71
|
The "checkAndExtract" methods check the target URL's `robots.txt` file to ensure its not blocked and tell us your preferred crawl delay (defaults to 1 second between requests to your domain). So fetching 10 URLs takes at least 10 seconds to complete. This is by design, so Minifetch never hammers your server or slows it down for your real users. [Full api docs here.](https://minifetch.com/docs/api)
|
|
72
72
|
|
|
@@ -153,11 +153,12 @@ What Minifetch does NOT do *currently* but may offer in the future as an add-on:
|
|
|
153
153
|
- Javascript execution
|
|
154
154
|
|
|
155
155
|
---
|
|
156
|
-
###
|
|
156
|
+
### USDC Best Practices
|
|
157
|
+
- Uses the [x402 Protocol](https://www.x402.org/). No "gas token" (ETH or SOL) required, just load your wallet with USDC on Base or Solana network.
|
|
157
158
|
- LLMs & Agents should *never* have direct access to your private key. They *will* expose it!
|
|
158
|
-
- Only keep a small amount of USDC in the
|
|
159
|
-
- Keep that account separate from the rest of your onchain funds.
|
|
160
|
-
- Pass your private key into the Minifetch API Client
|
|
159
|
+
- Only keep a small amount of USDC in the wallet whose private key you use.
|
|
160
|
+
- Keep that wallet/ account separate from the rest of your onchain funds.
|
|
161
|
+
- Pass your private key into the Minifetch API Client with an [environment variable](https://developer.vonage.com/en/blog/how-to-use-environment-variables-in-javascript-with-dotenv).
|
|
161
162
|
|
|
162
163
|
---
|
|
163
164
|
**License**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minifetch-api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Minifetch.com API Client. Pay-per-URL SEO audits. Composable toolkit for AI agents and automation pipelines.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"SEO research",
|
|
23
23
|
"SEO toolkit",
|
|
24
24
|
"technical SEO",
|
|
25
|
+
"pay-per-fetch SEO",
|
|
25
26
|
"pay-per-url SEO",
|
|
26
27
|
"GEO",
|
|
27
28
|
"AEO",
|