Tech Signal Feed
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

wei li
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Tech Signal Feed (Apify Actor)
Collects tech trend signals from:
- GitHub repositories created in the last 7 days, sorted by stars.
- Hacker News front page posts.
The Actor merges both sources, computes a comparable score, sorts descending, and writes results to the default dataset.
Input
The Actor accepts:
githubLimit(1-100, default60)hackerNewsLimit(1-100, default60)topLimit(1-200, default100)githubToken(optional, recommended to avoid GitHub rate limits)allowPartialResults(defaulttrue)storeFullPayload(defaulttrue)
Output
- Dataset items
- Top
topLimitmerged items, each containing:source,id,title,url,score,author,language,summary,published_at,raw
- Key-value store
LATEST_SUMMARY: counts and source error summary.LATEST_FULL: full merged payload (optional).
Local run
cd E:\xplan\apify-tech-signal-actorpython -m pip install -r requirements.txtpython -m src.main
Optional local storage path:
$env:APIFY_LOCAL_STORAGE_DIR="E:\xplan\apify-tech-signal-actor\storage"python -m src.main
Publish
cd E:\xplan\apify-tech-signal-actornpx -y apify-cli loginnpx -y apify-cli push
Or one-command deploy with token:
powershell -ExecutionPolicy Bypass -File .\scripts\deploy_actor.ps1 -ApifyToken "<YOUR_APIFY_TOKEN>"
After publishing, open the Actor in Apify Console and configure monetization (PPE recommended).