FreeAI::Kimi - Kimi service scraper

Overview of the scraper
The Kimi scraper is a modern tool for collecting structured information from one of the fastest-growing AI search engines.
The Kimi scraper supports natural language queries, including clarifications, contextual questions, and nested constructions.
Depending on the configuration and presets used, you can receive thousands of unique text fragments within minutes.
The output results can be saved in any required format thanks to the powerful Template Toolkit templating engine, which allows you to structure data in JSON, CSV, SQL, and other formats, as well as apply filtering, sorting, and data aggregation on the fly.
The scraper uses data from an authorized account. To operate the scraper, you must specify a value for the Bearer token option.
Collected data
- Response text (in Markdown formatting)
Queries
As queries, you should specify search queries exactly as if you were entering them directly into the Kimi search form, for example:
Translate text to English/Russian/Chinese
Explain quantum physics in simple words
Write an essay on "My pets"
Create an outline for the book Harry Potter
How to solve a math/physics problem?
Make a brief summary of the movie Transformers
Write JavaScript code to sort an array
Write 5 birthday gift ideas
How to cook pasta like in Italy?
Results
By default, the response to the query is displayed, for example, the response to the query Write 5 birthday gift ideas:
Here are 5 universal ideas that are easy to adapt for any birthday person:
1. **Personalized Star Map**
A unique poster showing the alignment of stars on a date significant to the person (birthday, wedding, birth of a child). You can add location coordinates and a personal message.
2. **"Memory Box"**
A decorative box with 12 scrolls: each — containing a photo, a travel ticket, a quote from correspondence, or a small item related to shared memories. The birthday person opens one each month.
3. **Experience Instead of a Thing**
A certificate for an extreme activity (helicopter flight, coffee/wine tasting masterclass, 3D printing course) — choose based on the person's hobbies.
4. **"Subscription to Pleasure"**
3-3-month access to a favorite service: a coffee service with rare varieties, a book service with audiobooks/bookcrossing, or hobby kits (e.g., "bonsai month" or "culinary experiments").
5. **Secret "Quest in a Box"**
A set of 5–7 mini-puzzles (ciphers, rebuses, 3D puzzles) that lead to the final gift (e.g., a safe code with theater tickets). You can make it DIY or order a ready-made quest kit.
What type of person are you congratulating? Specify — I will pick more precise options.
Setup
Obtaining the mandatory option for authorization
Spoiler: how to find the Bearer token?
- Go to kimi.com and log in to your account
- Open DevTools (key
F12) - Go to the Network tab
- Perform any query in the Kimi chat
- In the list of requests, find any request to the API
- Open the request → Headers tab
- Find the
Authorizationheader — copy the value without the wordBearer(only the token itself) - Paste the token into the Bearer token field in the scraper settings
Possible settings
| Parameter | Default value | Description |
|---|---|---|
| Bearer token | Authorization token from the Authorization header |