Stackshare

Stackshare

Collect tech stacks, tools and comparisons from Stackshare. It's fast and costs little.

DEVELOPER_TOOLSLEAD_GENERATIONSEO_TOOLSApify

Features

  • Get Top Stacks: Returns company stacks up to the input limit.

  • Get Top Tools: Returns the most used tools (top 1000).

  • Get Trending Tools: Returns the most trending tools.

  • Search Tool: Returns the search results for Tools only. Fuzzy search.

  • Get Tool: Returns the tool details. Exact slug search.

  • Get Companies by Tool: Returns the list of companies using the tool. Exact slug search.

  • Get Integrations by Tool: Returns the list of compatible tools. Exact slug search.

  • Compare Tools: Returns the comparison between two tools. Exact slug-vs-slug search (e.g., "microsoft-teams-vs-slack").

  • Search Keyword: Returns the search results for all types. Fuzzy search.

Limitations

  1. Unless specified, all endpoints return a maximum of 100 results.

  2. For exact slug search, you have to use the tool technical ID such as "microsoft-teams" for "Microsoft Teams".

  3. The input limit is currently not working.

Example (Get Top Stacks)

1[
2  {
3    "jobs": {
4      "count": 65
5    },
6    "slug": "pinterest",
7    "websiteUrl": "http://pinterest.com/",
8    "path": "/pinterest/pinterest",
9    "id": "101231778460171862",
10    "imageUrl": "https://img.stackshare.io/stack/9/default_ce2cf17eee07d2fe12f8074a4c85b9f1220a92cd.png",
11    "name": "Pinterest",
12    "private": false,
13    "repoStack": false,
14    "tools": [
15      {
16        "id": "101231773837179153",
17        "name": "Python",
18        "imageUrl": "https://img.stackshare.io/service/993/pUBY5pVj.png",
19        "path": "/python",
20        "layer": {
21          "id": "101231772947014609",
22          "slug": "application_and_data"
23        }
24      },
25      {
26        "id": "101231773669807419",
27        "name": "Docker",
28        "imageUrl": "https://img.stackshare.io/service/586/n4u37v9t_400x400.png",
29        "path": "/docker",
30        "layer": {
31          "id": "101231772947875434",
32          "slug": "devops"
33        }
34      },
35      {
36        "id": "101231773849098825",
37        "name": "React",
38        "imageUrl": "https://img.stackshare.io/service/1020/OYIaJ1KK.png",
39        "path": "/react",
40        "layer": {
41          "id": "101231772947014609",
42          "slug": "application_and_data"
43        }
44      },
45      ...
46    ]
47  },
48  ...
49]

Support

Always use a proxy!

Open a new issue for bugs or feature requests. Please share your run URL.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!