CRAFT Scraper

CRAFT Scraper

💫 Scrape Craft.co

OTHERApify

Welcome to Craft.co Scraper

dont be sad readme is here

About Craft.co

Craft.co is a supplier intelligence company helping organizations accelerate data-informed business decisions. Craft.co unique, proprietary data platform enables supply chain and procurement professionals to discover, evaluate, and monitor suppliers and create stronger supply chain resilience by tracking thousands of real-time signals across millions of companies globally.

About This Actor

Scrape company data from https://craft.co

Tutorial

Example #1: Basic Company Information

1{
2	"query": "apify google microsoft"
3}

Example #2: Additional Information

1{
2	"query"							: "apify google microsoft",
3	"includes.acquisitions"			: true,
4    "includes.company_culture"		: true,
5    "includes.competitors"			: true,
6    "includes.executives"			: true,
7    "includes.expenses_breakdowns"	: true,
8    "includes.human_capital"		: true,
9    "includes.job_hiring"			: true,
10    "includes.locations"			: true,
11    "includes.operating_metrics"	: true,
12    "includes.revenue_breakdowns"	: true,
13    "includes.salaries"				: true,
14    "includes.similar_companies"	: true,
15    "includes.technologies"			: true
16}

Example #1: Search for Company

1{
2	"query"			: "adobe",
3	"search_mode"	: true,
4	"limit"			: 10
5}

Output Example

Basic Information :

1{
2    "description": "Apify is a web scraping and automation platform. It offers data extraction and web automation solutions for e-commerce, retail, healthcare and pharma, telecommunications, fintech, logistics, and other industries.",
3    "foundedYear": "2015",
4    "headQuarters": [
5        {
6            "address": "Vodičkova 704/36, Nové Město",
7            "city": null,
8            "countryCode": "CZ",
9            "countryName": "Czech Republic",
10            "hq": true,
11            "latitude": 50.0814607,
12            "longitude": 14.4252148,
13            "state": "Hlavní město Praha"
14        }
15    ],
16    "headline": "Apify is a web scraping and automation platform.",
17    "humanCapital": {
18        "data": null,
19        "ethnicity": null,
20        "gender": null,
21        "roles": null,
22        "sources": null
23    },
24    "id": "1863684",
25    "last1AnnualIncomeStatementsWithRevenue": [],
26    "latestEmployeeNumber": {
27        "date": "2022-09-01",
28        "employeeGrowth": 0,
29        "employeeNumber": 89,
30        "id": "9168352a932fa66a9b76017514e45d3d0443f96a"
31    },
32    "links": {
33        "careersPage": "https://apify.com/jobs#open-positions",
34        "crunchbase": "https://www.crunchbase.com/organization/apify",
35        "facebook": "https://www.facebook.com/apifytech",
36        "homepage": "https://apify.com",
37        "instagram": "https://www.instagram.com/apifytech",
38        "linkedin": "https://www.linkedin.com/company/apifytech",
39        "twitter": "http://twitter.com/apify",
40        "youtube": "https://www.youtube.com/apify"
41    },
42    "logo": {
43        "url": "https://uploads5.craft.co/uploads/company/logo/18636xx/1863684/normal_d10db39139b5f45c.JPEG"
44    },
45    "name": "Apify",
46    "parentCompany": null,
47    "ratings": {
48        "numberOfRatings": 25,
49        "overallRating": 5
50    },
51    "slug": "apify",
52    "status": "active",
53    "sustainabilityRating": null,
54    "tags": [
55        { "name": "Technology", "slug": "technology" },
56        { "name": "automation", "slug": "automation" },
57        { "name": "platform", "slug": "platform" }
58    ],
59    "type": "private"
60}

... almost there ...

enter image description here

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!