Skip to content

Commit 04aa431

Browse files
committed
chore: improve npm metadata and soften rate limit claims
1 parent 10597c6 commit 04aa431

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ console.log(results);
6464
| --- | --- |
6565
| Reddit blocks your IP | We handle rotation and resilience |
6666
| HTML structure changes break your parser | You get stable JSON |
67-
| Reddit API has strict OAuth + rate limits | Simple Bearer token, no rate limits |
67+
| Reddit API has strict OAuth + rate limits | Simple Bearer token, no OAuth required |
6868
| Maintaining scraping infra is a full-time job | `npm install` and done |
6969
| You need comments, users, AND search | 13 endpoints, one SDK |
7070

@@ -198,7 +198,7 @@ No Reddit account needed. No OAuth setup. No scraping infrastructure on your end
198198
| **Free tier** | Included with every account — start building immediately |
199199
| **Pay-as-you-go** | $1.99 per 1,000 requests. Credits never expire. |
200200
| **Subscriptions** | Available for heavy use — predictable pricing at scale |
201-
| **Rate limits** | None |
201+
| **Rate limits** | No hard limits — scale as needed |
202202

203203
No credit card required to start. No monthly commitment. No overages. [Get your API key →](https://fetchlayer.dev/signin)
204204

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fetchlayer/reddit",
33
"version": "0.1.0",
4-
"description": "Official JavaScript and TypeScript SDK for the FetchLayer Reddit Scraper API.",
4+
"description": "Official FetchLayer SDK for Reddit data. Scrape Reddit posts, comments, subreddits, users, and search results with JavaScript and TypeScript.",
55
"license": "MIT",
66
"type": "module",
77
"sideEffects": false,
@@ -32,15 +32,18 @@
3232
"url": "https://github.com/fetchlayer-dev/reddit-scraper-js/issues"
3333
},
3434
"keywords": [
35-
"fetchlayer",
3635
"reddit",
37-
"reddit api",
38-
"reddit scraper",
39-
"reddit comments",
40-
"reddit search",
41-
"subreddit api",
42-
"javascript sdk",
43-
"typescript sdk",
36+
"reddit-api",
37+
"reddit-scraper",
38+
"scrape-reddit",
39+
"reddit-comments",
40+
"reddit-posts",
41+
"subreddit",
42+
"social-data",
43+
"typescript",
44+
"javascript",
45+
"fetchlayer",
46+
"web-scraping",
4447
"nodejs"
4548
],
4649
"scripts": {

0 commit comments

Comments
 (0)