Rednote Scraping REST API

Замовник: AI | Опубліковано: 23.10.2025
Бюджет: 1500 $

I need a REST API that can, on-demand, fetch data from the Chinese social network Rednote. The API must accept a query (for example, a user ID or post URL), scrape the requested resource in real time, and immediately return the results as a clean JSON payload. Scope of data The service must be able to extract three content types—user profiles, posts with all related comments, and any images or videos attached to those posts. No other formats are required right now; everything comes back to the caller in JSON. Core expectations • The endpoints should be intuitive (think /user/:id, /post/:id). • Rate-limiting, timeouts, and error handling need to be built in so the API responds gracefully if Rednote slows us down or blocks a request. • Please code defensively against common anti-scraping techniques—dynamic content, lazy-loaded media, and captchas. • Clear setup instructions (env variables, required libraries, and how to run behind a proxy, if needed) must come with the hand-off. • The final delivery is a fully working repository plus short documentation that shows example requests and JSON responses. Tech stack should be Laravel.