#!/bin/bash
s='name


things: "water bottle","40","new phone cover",10



place'

sed -n 's/^[^"]*"\([^"]*\)".*/\1/p' <<< "$s"