Our mission is to provide the best appraisal solutions to our community. Our vision is to appraise every apartment in Los Angeles.
Worth Culture
Worth is a minority owned company and all potential employees are evaluated based on the merit of their character and competency, regardless of their background. We believe that we can go much further together than we can alone. Our company is structured so team members can leverage each other’s knowledge, provide assistance or feedback, and maintain strong communication. We are passionate about appraisal, but we also encourage employees to explore interests outside of work. Our company wants to contribute to a sustainable and healthy lifestyle for our employees.
Some Words that describe the culture at Worth
Diverse
Inclusive
Team-Oriented
Qualities of Worth Candidates
We are looking for dynamic individuals that aim to be a better version of themself.
High-Character
Ambitious
Passionate
Problem Solver
Growth Mindset
Coachable
Team Player
Detail Oriented
Perks Of the Job
We provide you with a plan and all of the resources you’ll need to become licensed appraiser or further your Valuation career.
Training
We invest in the development of our employees. We are here to help you achieve your goals by providing hands-on training.
Appraisal Skills
Mentorship from experienced appraisers to learn
Valuation methods and techniques
Data Analysis
Real Estate Best Practices and Etiquette
Essential Business Skills
Business Writing
Communication best practices
Software and Applications
Time management
Benefits
Medical, Dental, Vision
401K
Paid Time Off
Competitive Compensation
Sign Up For Our Newsletter Today
Please fill out this form if you would like to receive our Word On The Street newsletter.
console.log("wheel.js loaded ✅");
(function () {
/* -------------------------
* SAFE INITIALIZER LAYER
* ------------------------- */
function initWheel(root) {
// Prevent double init (Slider Rev often re-renders / re-inserts)
if (!root || root.dataset.wheelInit === "true") return;
root.dataset.wheelInit = "true";
/* -------------------------
* FIND ELEMENTS (scoped to this wheel instance)
* ------------------------- */
// "overlay" optional — only used if you want to toggle visibility class
const overlay = root.querySelector(".sr-wheelOverlay") || root;
// Rotor is REQUIRED (the thing we rotate)
const rotor =
root.querySelector(".sr-wheelRotor") ||
root.querySelector("#srWheelRotor");
// Spin trigger(s): you can click the wheel wrapper OR the visible button
// - .sr-wheelSpin can be a