
LeetCode Interview Questions Scraper
Pricing
$10.00 / 1,000 results

LeetCode Interview Questions Scraper
Extract interview experiences and questions related to a specific company from LeetCode. This tool helps job seekers analyze common interview trends, question types, and candidate experiences.
0.0 (0)
Pricing
$10.00 / 1,000 results
1
Total users
7
Monthly users
1
Runs succeeded
>99%
Last modified
2 months ago
Overview
The LeetCode Interview Questions Scraper is an Apify actor designed to extract interview experiences and questions related to a specific company from LeetCode. This tool helps job seekers analyze common interview trends, question types, and candidate experiences.
Features
- Scrapes interview experiences from LeetCode based on a specified company.
- Allows filtering by a start date to get only recent posts.
- Limits the number of posts retrieved to a user-defined maximum.
Input Parameters
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
company | string | (Required) The company to search for interview questions (e.g., "google" ). |
maxToScrape | integer | The maximum number of interview posts to scrape. Default is 250 . |
startDate | string | The earliest date for posts to be retrieved, in the format YYYY-MM-DD . |
Example Input
{"company": "google","maxToScrape": 100,"startDate": "2024-01-01"}
Output Format
The scraper outputs a JSON array where each item represents an interview experience. Each object includes:
Field | Type | Description |
---|---|---|
title | string | Title of the interview experience post. |
tags | string | Tags associated with the post, often including company name and level. |
content | string | Detailed interview experience shared by the candidate. |
creationdate | string | Timestamp of when the post was created. |
upvoteCount | integer | Number of upvotes the post has received. |
Example Output
[{"title": "Google L4 Experience","tags": "google","content": "Recently I gave interviews for Google L4 Position...","creationdate": "2025-02-28T12:06:10.000Z","upvoteCount": 19},{"title": "Google interview rejection - After strong interview performances","tags": "l3, google","content": "I applied for a Software Engineer 2 - L3 role...","creationdate": "2025-02-28T14:30:00.000Z","upvoteCount": 45}]
How to Use
- Deploy the actor on Apify.
- Provide the required input parameters in the actor's interface or via API.
- Run the actor and wait for the scraping process to complete.
- Download the results in JSON or CSV format for analysis.
Use Cases
- Job Preparation: Helps candidates prepare for technical interviews by studying real-world experiences.
- Recruitment Analysis: Companies can analyze feedback on their interview process.
- Competitive Research: Helps companies understand interview trends at competing firms.
Limitations
- The scraper relies on LeetCode's website structure, which may change over time.
- Some posts may contain subjective opinions and should be interpreted accordingly.
Contact & Support
For questions, issues, or feature requests, please open an issue on the Apify platform or reach out to the developer community.