---
title: "Set Local Storage"
method: POST
path: "/v1/local-storage"
tags: ["Public"]
---

# Set Local Storage

`POST /v1/local-storage`

## Query parameters

- `scraping_group_id` string, nullable

## Request body

- LocalStorageUpsert[]
  - `domain` string, required
  - `path` string, nullable
  - `key` string, required
  - `value` string, required
  - `expires` string, date-time, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reworkd/apis/reworkd-scraping-api.md) · [All operations](https://skmtc.dev/reworkd/apis/reworkd-scraping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reworkd/reworkd-scraping-api/revisions/153f788d97fc/schema)
