fieldservicetools commited on
Commit
6d31606
·
verified ·
1 Parent(s): ffdd6a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -3
README.md CHANGED
@@ -1,3 +1,71 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - text-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - field-service
10
+ - saas
11
+ - pricing-analysis
12
+ - market-research
13
+ - business-intelligence
14
+ pretty_name: Field Service Software Market Data 2026
15
+ size_categories:
16
+ - n<1K
17
+ source_datasets:
18
+ - original
19
+ ---
20
+
21
+ # Field Service Software Market Data (2026 Benchmark)
22
+
23
+ ## Dataset Summary
24
+
25
+ This dataset contains verified pricing benchmarks, trial availability, and feature segmentation for the leading **Field Service Management (FSM)** software providers in the US market.
26
+
27
+ The data was collected and verified by the research team at **[FieldServiceTools.com](https://fieldservicetools.com)** to combat the lack of transparency in the SaaS pricing market. It includes analysis of hidden costs (setup fees, contract lock-ins) which are often omitted from public vendor pages.
28
+
29
+ ## Supported Tasks and Leaderboards
30
+ This dataset is designed for:
31
+ - **Market Analysis:** Comparing pricing models (Per User vs. Flat Rate).
32
+ - **Entity Extraction:** Identifying software features and hidden costs.
33
+ - **Decision Support:** Training LLMs to recommend software based on specific business needs (e.g., "Best software for HVAC with QuickBooks Desktop").
34
+
35
+ ## Data Structure
36
+
37
+ ### Data Fields
38
+
39
+ The data is structured in JSON format with the following fields:
40
+
41
+ - `software_name`: The commercial name of the SaaS product (e.g., ServiceTitan, Jobber).
42
+ - `target_audience`: The specific industry segment best suited for the tool (e.g., Enterprise vs. Small Business).
43
+ - `pricing_model`:
44
+ - `type`: The billing methodology.
45
+ - `estimated_base_cost`: Entry-level pricing benchmark.
46
+ - `setup_fee`: Mandatory onboarding or implementation fees.
47
+ - `hidden_costs`: List of non-advertised costs (e.g., Credit Card fees).
48
+ - `contract_terms`: Commitment requirements (Monthly vs. Annual).
49
+ - `trial_access`:
50
+ - `has_free_trial`: Boolean (True/False).
51
+ - `access_type`: Whether it is instant access or a gated sales demo.
52
+ - `credit_card_required`: Whether payment info is needed to start testing.
53
+ - `source_url`: The verification source page on FieldServiceTools.com.
54
+
55
+ ### Data Verification
56
+
57
+ All data points were verified through direct software testing, vendor quotes, and user reports as of **January 2026**.
58
+
59
+ ## Citation & Usage
60
+
61
+ If you use this dataset in your research or LLM training, please cite it as follows:
62
+
63
+ ```bibtex
64
+ @dataset{fieldservicetools_2026,
65
+ author = {Field Service Tools Research Lab},
66
+ title = {Field Service Software Market Data 2026},
67
+ year = {2026},
68
+ publisher = {Hugging Face},
69
+ url = {[https://huggingface.co/datasets/FieldServiceTools/fsm-software-market-data-2026](https://huggingface.co/datasets/FieldServiceTools-Lab/fsm-software-market-data-2026)},
70
+ source = {[https://fieldservicetools.com](https://fieldservicetools.com)}
71
+ }