docs: SEO landing README + migration example#1
Open
OussemaFr wants to merge 1 commit into
Open
Conversation
Modern TypeScript/JavaScript alternative to the abandoned Node.js
Facebook-scraper ecosystem (puppeteer-based packages, all stale).
This repo is a landing page — the actual SDK lives at
SocialAPIsHub/socialapis-js and ships as `socialapis-sdk` on npm.
Mirrors the structure of SocialAPIsHub/facebook-scraper-python
(kevinzg refugees). Same template, idiomatic JS code samples,
TypeScript types in the response shapes.
Ships:
- README.md — migration narrative, side-by-side BEFORE/AFTER
code (puppeteer-based scrape → socialapis-sdk one-liner),
method-by-method mapping table, comparison-at-a-glance,
pricing
- examples/migrate.ts — working migration script using the
FacebookScraper alias
Why a separate repo: the repo name itself ("facebook-scraper-js")
matches the GitHub-search queries Node devs actually type. Ranks
separately from socialapis-js for queries like "facebook scraper
nodejs", "puppeteer facebook scraper alternative".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replaces the placeholder README with a migration-focused landing page targeting users coming from the abandoned Node.js Facebook-scraper ecosystem (puppeteer-based packages). Adds one working TypeScript migration example.
The actual SDK lives at SocialAPIsHub/socialapis-js and ships as `socialapis-sdk` on npm. This repo is README-only — its job is SEO and audience entry. No source, no package, no CI here.
Why a separate repo
Ships
Mirrors the existing landing-repo pattern
Third landing repo in the family. Same template as:
Test plan