RR
Rent Regulations
Home›California›San Francisco›SF Police Code Article 49

SF Police Code Article 49

Provisions (20)

§ 4901

POLICY

§ 4902

FINDINGS

§ 4903

DEFINITIONS

§ 4904

PROCEDURES FOR USE OF CRIMINAL HISTORY INFORMATION IN EMPLOYMENT DECISIONS

§ 4905

NOTICE AND POSTING REQUIREMENTS FOR EMPLOYERS

§ 4906

PROCEDURES FOR USE OF CRIMINAL HISTORY INFORMATION IN HOUSING DECISIONS

§ 4907

NOTICE AND POSTING REQUIREMENTS FOR HOUSING PROVIDERS

§ 4908

EXERCISE OF RIGHTS PROTECTED; RETALIATION PROHIBITED

§ 4909

IMPLEMENTATION AND ENFORCEMENT OF EMPLOYMENT PROVISIONS

§ 4910

EMPLOYER RECORDS

§ 4911

IMPLEMENTATION AND ENFORCEMENT OF HOUSING PROVISIONS

§ 4912

HOUSING PROVIDER RECORDS

§ 4913

RULEMAKING

§ 4914

OUTREACH

§ 4915

OTHER LEGAL REQUIREMENTS

§ 4916

PREEMPTION

§ 4917

CITY UNDERTAKING LIMITED TO PROMOTION OF GENERAL WELFARE

§ 4918

SEVERABILITY

§ 4919

OPERATIVE DATE

§ 4920

CONFLICT WITH OTHER CITY LAWS

RR
Rent Regulations

Open, always-current, machine-readable corpus of US multifamily housing regulations with public API, hybrid search, and strict-citation AI chat.

Not Legal Advice

This service provides regulatory information for research purposes. It does not constitute legal advice. Consult a qualified attorney for legal matters.

Read full disclaimer →

Resources

  • API Documentation
  • Search Regulations
  • Browse by Topic
  • Browse by Location
  • Transparency Report
  • Audit Log

Legal & Source

  • Terms of Service
  • Privacy Policy
  • Data License (CC-BY-SA)
  • Source Code
  • How to Cite
Use this in your app

JavaScript

import { RentReg } from '@rentregulations/sdk';

const client = new RentReg({
  apiKey: 'your-api-key'
});

const results = await client.search({
  query: 'security deposit limits',
  jurisdiction: 'CA'
});

Python

from rentregulations import Client

client = Client(api_key='your-api-key')

results = client.search(
    query='security deposit limits',
    jurisdiction='CA'
)

cURL

curl -X GET \
  'https://api.rentregulations.com/v1/search' \
  -H 'Authorization: Bearer your-api-key' \
  -H 'Content-Type: application/json' \
  -d '{"query":"security deposit limits"}'

© 2026 Rent Regulations. Licensed under Business Source License 1.1

Data compiled from public government sources. Individual regulations remain under their original licenses.

RR