Figma file counter logo

Figma file counter

Simple actor that counts the number of files in a given Figma team.

opesicka
$0

This actor counts files in your Figma team and stores the result in a dataset.

Input

Figma Personal access token

To find your personal access token, head over to Figma, click on your avatar, and select Settings. After that, find the Personal access tokens section, create a token, and copy it.

For increased security, your token will be encrypted on the Apify platform and no one will have access to it.

Figma team ID

Finding your team ID is as simple as opening your Figma team in a browser and copying the numbers between /team/ and /team name

Example:

https://www.figma.com/files/team/{Your team ID will be here}/MyTeamName?fuid=123456789

Output

The actor will store data from all runs in one named dataset in your Apify Storage. To find your file count, head over to the link provided in the Log tab or next to the green Succeeded chip. You can also find the dataset in Storage.

1[
2    {
3        "result": 277,
4        "timestamp": "2022-11-07T06:22:43.177Z"
5    },
6    {
7        "result": 278,
8        "timestamp": "2022-11-08T06:33:44.985Z"
9    },
10    {
11        "result": 280,
12        "timestamp": "2022-11-09T06:33:44.985Z"
13    },
14    {
15        "result": 283,
16        "timestamp": "2022-11-10T06:33:44.985Z"
17    },
18    {
19        "result": 287,
20        "timestamp": "2022-11-11T06:33:44.985Z"
21    },
22    {
23        "result": 294,
24        "timestamp": "2022-11-12T06:33:44.985Z"
25    }
26]

Schedule

To get the most out of this actor, use the Schedule to count files every day or hour.

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!